We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e072a8 commit e94a035Copy full SHA for e94a035
tests/language_features/cimport.zig
@@ -18,7 +18,6 @@ test "zig compile server - translate c" {
18
defer result1.deinit(allocator);
19
try std.testing.expect(result1 == .success);
20
21
- if (true) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/25393
22
var result2 = try testTranslate(
23
\\#include <this_file_doesnt_exist>
24
);
0 commit comments