Skip to content

Commit e94a035

Browse files
committed
re-enable cimport tests
1 parent 5e072a8 commit e94a035

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/language_features/cimport.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ test "zig compile server - translate c" {
1818
defer result1.deinit(allocator);
1919
try std.testing.expect(result1 == .success);
2020

21-
if (true) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/25393
2221
var result2 = try testTranslate(
2322
\\#include <this_file_doesnt_exist>
2423
);

0 commit comments

Comments
 (0)