fix test after merging ad8381e0d2

this test slipped through due to branching
This commit is contained in:
Andrew Kelley 2019-01-30 16:12:30 -05:00
parent 59c050e7ff
commit 169a789b34
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9

View File

@ -10,7 +10,7 @@ pub fn addCases(cases: *tests.CompileErrorContext) void {
\\ return 5678;
\\}
,
".tmp_source.zig:2:11: error: `&&` is invalid. Note that `and` is boolean AND.",
".tmp_source.zig:2:12: error: `&&` is invalid. Note that `and` is boolean AND.",
);
cases.add(