aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-06-14 22:17:26 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-06-14 22:17:37 -0700
commit49f1eb3d08caf7605046373b7b3a001f28aa8aab (patch)
tree2894703fd312bd4202a3cbe225d19a958e2f24b2 /tests
parent82cfd3e54b5910843c091a9fb6ef3ad6b64ba757 (diff)
Reshuffling some files.
Diffstat (limited to 'tests')
-rw-r--r--tests/metaprogramming.nom2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/metaprogramming.nom b/tests/metaprogramming.nom
index a7a61d4..d5ef07f 100644
--- a/tests/metaprogramming.nom
+++ b/tests/metaprogramming.nom
@@ -62,8 +62,6 @@ assume ("\(\%x as nomsu)" = "%x") or barf "var source code failed."
assume ((type of {}) = "table") or barf "type of failed."
-assume ((nomsu) = (=lua "nomsu")) or barf "nomsu failed"
-
assume ("\(\%x as lua identifier)" = "_x") or barf "converting to identifier failed."
assume ((run "return 99") = 99) or barf "run % failed."