From e3ad13e05425b3afc9dbac19438ee8a978dcd1e8 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sun, 15 Oct 2017 20:15:01 -0400 Subject: fix windows argument parsing --- test/compile_errors.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/compile_errors.zig') diff --git a/test/compile_errors.zig b/test/compile_errors.zig index 0ed02b70ca..dd25886d2b 100644 --- a/test/compile_errors.zig +++ b/test/compile_errors.zig @@ -889,7 +889,7 @@ pub fn addCases(cases: &tests.CompileErrorContext) { \\const resource = @embedFile("bogus.txt"); \\ \\export fn entry() -> usize { @sizeOf(@typeOf(resource)) } - , ".tmp_source.zig:1:29: error: unable to find '", "/bogus.txt'"); + , ".tmp_source.zig:1:29: error: unable to find '", "bogus.txt'"); cases.add("non-const expression in struct literal outside function", \\const Foo = struct { -- cgit v1.2.3