authorgravatar for kt@connectfree.co.jpkristopher tate <kt@connectfree.co.jp> 2018-07-29 17:16:36+09:00
committergravatar for kt@connectfree.co.jpkristopher tate <kt@connectfree.co.jp> 2018-08-02 16:59:11+09:00
logbc032a89cc13e483a55c58bcba4593229dd7f3ed
tree7e376899b6d98c5684ecfbaf3556e8e62248ae91
parent9fe140abad11a15a8bb81b3599600ca1ec6f00d0

std/zig/parser_test.zig: update test to reflect that the promise symbol is no in scope with suspend;

Tracking Issue #1296 ;

1 files changed, 1 insertions(+), 1 deletions(-)

std/zig/parser_test.zig+1-1
......@@ -1784,7 +1784,7 @@ test "zig fmt: coroutines" {
17841784 \\ x += 1;
17851785 \\ suspend;
17861786 \\ x += 1;
1787 \\ suspend |p| {}
1787 \\ suspend;
17881788 \\ const p: promise->void = async simpleAsyncFn() catch unreachable;
17891789 \\ await p;
17901790 \\}