Commit bebfa036ba

mlugg <mlugg@mlugg.co.uk>
2025-02-04 19:30:50
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.
1 parent d60910c
Changed files (1)
test
cases
test/cases/compile_errors/@import_zon_bad_import.zig
@@ -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