aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/test/test/luxc/lang/translation/function.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--new-luxc/test/test/luxc/lang/translation/function.lux48
1 files changed, 24 insertions, 24 deletions
diff --git a/new-luxc/test/test/luxc/lang/translation/function.lux b/new-luxc/test/test/luxc/lang/translation/function.lux
index f671f2503..69cd174dd 100644
--- a/new-luxc/test/test/luxc/lang/translation/function.lux
+++ b/new-luxc/test/test/luxc/lang/translation/function.lux
@@ -91,37 +91,37 @@
false))))))
)))
-## (context: "[JVM] Function."
-## (<| (times +100)
-## (function-spec run-jvm)))
+(context: "[JVM] Function."
+ (<| (times +100)
+ (function-spec run-jvm)))
-## (context: "[JS] Function."
-## (<| (times +100)
-## (function-spec run-js)))
+(context: "[JS] Function."
+ (<| (times +100)
+ (function-spec run-js)))
-## (context: "[Lua] Function."
-## (<| (times +100)
-## (function-spec run-lua)))
+(context: "[Lua] Function."
+ (<| (times +100)
+ (function-spec run-lua)))
-## (context: "[Ruby] Function."
-## (<| (times +100)
-## (function-spec run-ruby)))
+(context: "[Ruby] Function."
+ (<| (times +100)
+ (function-spec run-ruby)))
-## (context: "[Python] Function."
-## (<| (times +100)
-## (function-spec run-python)))
+(context: "[Python] Function."
+ (<| (times +100)
+ (function-spec run-python)))
-## (context: "[R] Function."
-## (<| (times +100)
-## (function-spec run-r)))
+(context: "[R] Function."
+ (<| (times +100)
+ (function-spec run-r)))
-## (context: "[Scheme] Function."
-## (<| (times +100)
-## (function-spec run-scheme)))
+(context: "[Scheme] Function."
+ (<| (times +100)
+ (function-spec run-scheme)))
-## (context: "[Common Lisp] Function."
-## (<| (times +100)
-## (function-spec run-common-lisp)))
+(context: "[Common Lisp] Function."
+ (<| (times +100)
+ (function-spec run-common-lisp)))
(context: "[PHP] Function."
(<| (times +100)