aboutsummaryrefslogtreecommitdiff
path: root/core/coroutines.nom
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-07-30 15:05:41 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-07-30 15:06:03 -0700
commitab4ebdf1751158391100efb0002f40b1d7f6314c (patch)
treebe675ed7b35164a24bdae5e8f1d3dd73af98490f /core/coroutines.nom
parent7c488dd266466f80e55a3f02050f4e4a019d64b5 (diff)
Changed autoformatting rules to ensure tests get clumped together with
the thing below them.
Diffstat (limited to 'core/coroutines.nom')
-rw-r--r--core/coroutines.nom1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/coroutines.nom b/core/coroutines.nom
index 1ebb2db..1cc5a71 100644
--- a/core/coroutines.nom
+++ b/core/coroutines.nom
@@ -14,7 +14,6 @@ test:
for % in coroutine %co: add % to %nums
assume (%nums == [4, 5, 6, 6, 6]) or barf "Coroutine iteration failed"
-
compile [coroutine %body, generator %body] to (..)
Lua value ".."
(function()