aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/world/time.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/world/time.lux')
-rw-r--r--stdlib/source/test/lux/world/time.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/test/lux/world/time.lux b/stdlib/source/test/lux/world/time.lux
index bc049bc44..44f9bee82 100644
--- a/stdlib/source/test/lux/world/time.lux
+++ b/stdlib/source/test/lux/world/time.lux
@@ -3,12 +3,12 @@
[lux (.except)
[abstract
[monad (.only do)]
- [\\specification
- ["$[0]" equivalence]]
["[0]" enum
["[1]T" \\test]]
["[0]" codec
["[1]T" \\test]]
+ ["[0]" equivalence
+ ["[1]T" \\test]]
["[0]" order
["[1]T" \\test]]]
[control
@@ -42,7 +42,7 @@
Test
(all _.and
(_.for [/.equivalence]
- ($equivalence.spec /.equivalence random.time))
+ (equivalenceT.spec /.equivalence random.time))
(_.for [/.order]
(orderT.spec /.order random.time))
(_.for [/.enum]