| author | |
| committer | |
| log | bebfa036ba52076cd03f9ef943f61da64ba6e97b |
| tree | b9659974361431125e333cfddc97fcac4576b612 |
| parent | d60910c9d0fa4d28a4f738e95357ddada84ae106 |
| signature |
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 @@ |
| 1 | export 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 |