aboutsummaryrefslogtreecommitdiff
path: root/lib/object.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 /lib/object.nom
parent7c488dd266466f80e55a3f02050f4e4a019d64b5 (diff)
Changed autoformatting rules to ensure tests get clumped together with
the thing below them.
Diffstat (limited to 'lib/object.nom')
-rw-r--r--lib/object.nom1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/object.nom b/lib/object.nom
index 5b842c4..8c33f36 100644
--- a/lib/object.nom
+++ b/lib/object.nom
@@ -42,7 +42,6 @@ test:
assume ((sploot) == "splooted") or barf "subclass method failed"
assume ((bark) == "Bark!") or barf "inheritance failed"
assume ((woof) == "Bark!")
-
compile [@, me] to (Lua value "self")
compile [method %actions %body] to:
%lua = (compile as (local action %actions %body))