zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit bebfa036ba52076cd03f9ef943f61da64ba6e97b (tree)
parent d60910c9d0fa4d28a4f738e95357ddada84ae106
Author: mlugg <mlugg@mlugg.co.uk>
Date:   Tue,  4 Feb 2025 18:30:50 +0000

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.

Diffstat:
Dtest/cases/compile_errors/@import_zon_bad_import.zig | 9---------
1 file changed, 0 insertions(+), 9 deletions(-)

diff --git a/test/cases/compile_errors/@import_zon_bad_import.zig b/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