aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/tests.lux
diff options
context:
space:
mode:
authorEduardo Julian2017-07-02 12:29:36 -0400
committerEduardo Julian2017-07-02 12:29:36 -0400
commit38d5f05977c54770195129df5ede2c91be4a32af (patch)
tree891069a1db8e827294a980ec55a2638881adb754 /stdlib/test/tests.lux
parentc6a107d54f20a57dff4b8e26b07d8eac15982c91 (diff)
- Lux no longer has a Char primitive data-type.
Diffstat (limited to '')
-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]