aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test')
-rw-r--r--stdlib/source/test/lux/extension.lux7
1 files changed, 6 insertions, 1 deletions
diff --git a/stdlib/source/test/lux/extension.lux b/stdlib/source/test/lux/extension.lux
index 7422823e9..92b314dc7 100644
--- a/stdlib/source/test/lux/extension.lux
+++ b/stdlib/source/test/lux/extension.lux
@@ -150,13 +150,18 @@
@.js (generation.save! artifact_id {.#None}
(js.comment commentary
(js.statement (js.string commentary))))
+ @.lua (generation.save! artifact_id {.#None}
+ (lua.comment commentary
+ (lua.statement (lua.string commentary))))
@.ruby (generation.save! artifact_id {.#None}
(ruby.comment commentary
(ruby.statement (ruby.string commentary))))])]
(generation.log! commentary))))]
(in directive.no_requirements)))
- (`` ((~~ (static ..directive)) (n.* 2 3)))
+ ... TODO: No longer skip testing Lua after Rembulan isn't being used anymore.
+ (for [@.lua (as_is)]
+ (`` ((~~ (static ..directive)) (n.* 2 3))))
))
(def: .public test