test/compile_errors.zig: update test to reflect that the promise symbol is no in scope with suspend;
Tracking Issue #1296 ;
1 files changed, 2 insertions(+), 2 deletions(-)
test/compile_errors.zig+2-2
| ... | ... | @@ -367,8 +367,8 @@ pub fn addCases(cases: *tests.CompileErrorContext) void { |
| 367 | 367 | \\} |
| 368 | 368 | \\ |
| 369 | 369 | \\async fn foo() void { |
| 370 | | \\ suspend |p| { |
| 371 | | \\ suspend |p1| { |
| 370 | \\ suspend { |
| 371 | \\ suspend { |
| 372 | 372 | \\ } |
| 373 | 373 | \\ } |
| 374 | 374 | \\} |