aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/math/number.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/math/number.lux5
1 files changed, 3 insertions, 2 deletions
diff --git a/stdlib/source/test/lux/math/number.lux b/stdlib/source/test/lux/math/number.lux
index d0142f7bf..d5d9fb557 100644
--- a/stdlib/source/test/lux/math/number.lux
+++ b/stdlib/source/test/lux/math/number.lux
@@ -1,11 +1,12 @@
(.require
[library
[lux (.except)
- ["_" test (.only Test)]
[control
["[0]" try]]
[data
- ["[0]" text]]]]
+ ["[0]" text]]
+ [test
+ ["_" property (.only Test)]]]]
[\\library
["[0]" / (.only)
["n" nat]