From 51f878417fede56716a3931b8a55fa4b0cbe15aa Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 23 Mar 2026 09:15:32 -0700 Subject: [PATCH] reenable tests --- src/lib_vt.zig | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lib_vt.zig b/src/lib_vt.zig index 01cea6bcd..7a75bb92a 100644 --- a/src/lib_vt.zig +++ b/src/lib_vt.zig @@ -260,9 +260,9 @@ pub const std_options: std.Options = options: { test { _ = terminal; - // _ = @import("lib/main.zig"); - // @import("std").testing.refAllDecls(input); - // if (comptime terminal.options.c_abi) { - // _ = terminal.c_api; - // } + _ = @import("lib/main.zig"); + @import("std").testing.refAllDecls(input); + if (comptime terminal.options.c_abi) { + _ = terminal.c_api; + } }