mirror of
https://github.com/ziglang/zig.git
synced 2025-12-07 14:53:08 +00:00
test: remove failing case
Unfortunately, now that this error is more in line with other `@import` errors, it isn't so easy to have a test case for.
This commit is contained in:
parent
d60910c9d0
commit
bebfa036ba
@ -1,9 +0,0 @@
|
|||||||
export fn entry() void {
|
|
||||||
_ = @import(
|
|
||||||
"bogus-does-not-exist.zon",
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
// error
|
|
||||||
//
|
|
||||||
// :3:9: error: unable to open 'bogus-does-not-exist.zon': FileNotFound
|
|
||||||
Loading…
x
Reference in New Issue
Block a user