mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +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 changed files with 0 additions and 9 deletions
|
|
@ -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…
Add table
Reference in a new issue