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