aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/tests.lux
diff options
context:
space:
mode:
authorEduardo Julian2017-07-23 15:13:36 -0400
committerEduardo Julian2017-07-23 15:13:36 -0400
commit2c1a4d14de8f968ea0530ad471a1999488983c9d (patch)
tree2bbc900dae612c2d1c53038c70b9b038573772ea /stdlib/test/tests.lux
parentb3e2657c901e42dc14544821a68ded03a4c925ab (diff)
- Relocated the "object" and "concatenative" modules.
Diffstat (limited to 'stdlib/test/tests.lux')
-rw-r--r--stdlib/test/tests.lux12
1 files changed, 6 insertions, 6 deletions
diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux
index ba0da53f8..7c8258bc6 100644
--- a/stdlib/test/tests.lux
+++ b/stdlib/test/tests.lux
@@ -5,7 +5,7 @@
(concurrency [promise])
[cli #+ program:]
[test])
- (test lux
+ (test ["_;" lux]
(lux ["_;" cli]
["_;" host]
["_;" io]
@@ -65,16 +65,16 @@
["poly_;" functor]))
["_;" type]
(type ["_;" check]
- ["_;" auto])
- (paradigm ["_;" object])
+ ["_;" auto]
+ ["_;" object])
))
- (lux (control [contract])
+ (lux (control [contract]
+ ["_;" concatenative])
(data [env]
[trace]
[store])
[macro]
- (math [random])
- (paradigm ["_;" concatenative]))
+ (math [random]))
)
## [Program]