authorgravatar for kt@connectfree.co.jpkristopher tate <kt@connectfree.co.jp> 2018-07-29 17:18:54+09:00
committergravatar for kt@connectfree.co.jpkristopher tate <kt@connectfree.co.jp> 2018-08-02 17:02:14+09:00
log51955a5ca2b6f3f005e28cd3758dc481c2eea0c3
tree34b38cca5b9f1e062f5c85070360b9c207688c5f
parent9b3cebcdb9bedfa2ef49ddfb0dffea0899ab558d

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 {
367367 \\}
368368 \\
369369 \\async fn foo() void {
370 \\ suspend |p| {
371 \\ suspend |p1| {
370 \\ suspend {
371 \\ suspend {
372372 \\ }
373373 \\ }
374374 \\}