diff options
author | Yuriy Glukhov <yuriy.glukhov@gmail.com> | 2018-04-25 19:38:59 +0300 |
---|---|---|
committer | Yuriy Glukhov <yuriy.glukhov@gmail.com> | 2018-05-09 22:25:27 +0300 |
commit | d71f69ab50f079c03860f244f6c64b555ca403b6 (patch) | |
tree | 44e512c5799864c0a37fbdb0dfc64b0ccf3537b3 /tests/async | |
parent | 9048bcc54b5fe8d0ae8c24b9cf7454cfa897ce5a (diff) | |
download | Nim-d71f69ab50f079c03860f244f6c64b555ca403b6.tar.gz |
Closure iter transformation
Diffstat (limited to 'tests/async')
-rw-r--r-- | tests/async/tasync_in_seq_constr.nim | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/async/tasync_in_seq_constr.nim b/tests/async/tasync_in_seq_constr.nim index 46ad74451..cf9bb5451 100644 --- a/tests/async/tasync_in_seq_constr.nim +++ b/tests/async/tasync_in_seq_constr.nim @@ -1,6 +1,5 @@ discard """ - errormsg: "invalid control flow: 'yield' within a constructor" - line: 16 + output: "@[1, 2, 3, 4]" """ # bug #5314, bug #6626 |