diff options
Diffstat (limited to 'test/compile_errors.zig')
| -rw-r--r-- | test/compile_errors.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/compile_errors.zig b/test/compile_errors.zig index 2fb4c36ed4..808f0b31dc 100644 --- a/test/compile_errors.zig +++ b/test/compile_errors.zig @@ -1027,9 +1027,7 @@ pub fn addCases(cases: *tests.CompileErrorContext) void { \\} \\fn foo() void {} , &[_][]const u8{ - "tmp.zig:3:21: error: async call in nosuspend scope", "tmp.zig:4:9: error: suspend in nosuspend scope", - "tmp.zig:5:9: error: resume in nosuspend scope", }); cases.add("atomicrmw with bool op not .Xchg", |
