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 308fe64 commit fc8e8b2Copy full SHA for fc8e8b2
tests/language_features/cimport.zig
@@ -18,6 +18,7 @@ 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