| author | |
| committer | |
| log | 51955a5ca2b6f3f005e28cd3758dc481c2eea0c3 |
| tree | 34b38cca5b9f1e062f5c85070360b9c207688c5f |
| parent | 9b3cebcdb9bedfa2ef49ddfb0dffea0899ab558d |
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,8 +367,8 @@ pub fn addCases(cases: *tests.CompileErrorContext) void { |
| 367 | \\} | 367 | \\} |
| 368 | \\ | 368 | \\ |
| 369 | \\async fn foo() void { | 369 | \\async fn foo() void { |
| 370 | \\ suspend |p| { | 370 | \\ suspend { |
| 371 | \\ suspend |p1| { | 371 | \\ suspend { |
| 372 | \\ } | 372 | \\ } |
| 373 | \\ } | 373 | \\ } |
| 374 | \\} | 374 | \\} |