aboutsummaryrefslogtreecommitdiff
path: root/test/compile_errors.zig
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2017-10-15 20:15:01 -0400
committerAndrew Kelley <superjoe30@gmail.com>2017-10-15 20:19:15 -0400
commite3ad13e05425b3afc9dbac19438ee8a978dcd1e8 (patch)
tree2f40618c7cf94b979b7fa4770df134d3ba7cca73 /test/compile_errors.zig
parentf87f98015ca0def0faa717748ace151aeff39c40 (diff)
downloadzig-e3ad13e05425b3afc9dbac19438ee8a978dcd1e8.tar.gz
zig-e3ad13e05425b3afc9dbac19438ee8a978dcd1e8.zip
fix windows argument parsing
Diffstat (limited to 'test/compile_errors.zig')
-rw-r--r--test/compile_errors.zig2
1 files changed, 1 insertions, 1 deletions
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 {