mirror of
https://github.com/ziglang/zig.git
synced 2025-02-10 22:50:18 +00:00
fix test after merging ad8381e0d2
this test slipped through due to branching
This commit is contained in:
parent
59c050e7ff
commit
169a789b34
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user