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:
mlugg 2025-02-04 18:30:50 +00:00
parent d60910c9d0
commit bebfa036ba
No known key found for this signature in database
GPG Key ID: 3F5B7DCCBF4AF02E

View File

@ -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