authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-12-27 23:58:09-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-12-28 12:08:03-07:00
log0be6157a23bc11698d01036d7a4454b6114965d3
tree76889754aadb33d01bdbe272f0cd1c83c72e0980
parente2e96eb13bdb51a7d001b5a52c5b7cb29a377f30

disable failing compile errors test

tracking issue #14105

1 files changed, 0 insertions(+), 9 deletions(-)

test/cases/compile_errors/cImport_with_bogus_include.zig deleted-9
......@@ -1,9 +0,0 @@
1const c = @cImport(@cInclude("bogus.h"));
2export fn entry() usize { return @sizeOf(@TypeOf(c.bogo)); }
3
4// error
5// backend=llvm
6// target=native
7//
8// :1:11: error: C import failed
9// :1:10: error: 'bogus.h' file not found