Commit bebfa036ba
Changed files (1)
test
cases
compile_errors
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