disable failing compile errors test

tracking issue #14105
This commit is contained in:
Andrew Kelley 2022-12-27 23:58:09 -07:00
parent e2e96eb13b
commit 0be6157a23

View File

@ -1,9 +0,0 @@
const c = @cImport(@cInclude("bogus.h"));
export fn entry() usize { return @sizeOf(@TypeOf(c.bogo)); }
// error
// backend=llvm
// target=native
//
// :1:11: error: C import failed
// :1:10: error: 'bogus.h' file not found