authorgravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2025-02-04 18:30:50+00:00
committergravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2025-02-04 18:30:50+00:00
logbebfa036ba52076cd03f9ef943f61da64ba6e97b
treeb9659974361431125e333cfddc97fcac4576b612
parentd60910c9d0fa4d28a4f738e95357ddada84ae106
signaturelock-open Commit is signed but in an unrecognized format.

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 files changed, 0 insertions(+), 9 deletions(-)

test/cases/compile_errors/@import_zon_bad_import.zig deleted-9
...@@ -1,9 +0,0 @@
1export fn entry() void {
2 _ = @import(
3 "bogus-does-not-exist.zon",
4 );
5}
6
7// error
8//
9// :3:9: error: unable to open 'bogus-does-not-exist.zon': FileNotFound