aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/tests.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/test/tests.lux')
-rw-r--r--stdlib/test/tests.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux
index 7fb6eafb7..7eff48e75 100644
--- a/stdlib/test/tests.lux
+++ b/stdlib/test/tests.lux
@@ -25,7 +25,6 @@
["_;" parser])
(data ["_;" bit]
["_;" bool]
- ["_;" char]
["_;" result]
["_;" ident]
["_;" identity]
@@ -75,7 +74,8 @@
[trace]
[store])
[macro]
- (math [random]))
+ (math [random])
+ (paradigm ["_;" concatenative]))
)
## [Program]