reenable tests

pull/11778/head
Mitchell Hashimoto 2026-03-23 09:15:32 -07:00
parent f60587ffcc
commit 51f878417f
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 5 additions and 5 deletions

View File

@ -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;
}
}