diff options
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 |