aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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."