diff options
Diffstat (limited to 'tests/coroutines.nom')
| -rw-r--r-- | tests/coroutines.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/coroutines.nom b/tests/coroutines.nom index 288ba90..84d5eed 100644 --- a/tests/coroutines.nom +++ b/tests/coroutines.nom @@ -13,4 +13,4 @@ use "core" for % in coroutine %co (add % to %nums) assume (%nums == [4, 5, 6, 6, 6]) or barf "Coroutine iteration failed" -say "Coroutines test passed."
\ No newline at end of file +say "Coroutines test passed." |
