aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library
diff options
context:
space:
mode:
authorEduardo Julian2022-08-10 19:38:43 -0400
committerEduardo Julian2022-08-10 19:38:43 -0400
commit68d78235694c633c956bb9e8a007cad7d65370bc (patch)
treef84fcb298d29d3c85d149fd2f3c94f31b59305d4 /stdlib/source/library
parent6ec8f5d2f6cbf8db45f91e5c4b48c6ec17659f72 (diff)
Extracted property-based testing machinery into its own module.
Diffstat (limited to 'stdlib/source/library')
-rw-r--r--stdlib/source/library/lux/test/property.lux (renamed from stdlib/source/library/lux/test.lux)2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/test.lux b/stdlib/source/library/lux/test/property.lux
index 16df02a68..ff61d64d5 100644
--- a/stdlib/source/library/lux/test.lux
+++ b/stdlib/source/library/lux/test/property.lux
@@ -40,7 +40,7 @@
[time
[duration (.only Duration)]
["[0]" instant]]]]]
- [/
+ [//
["//" unit]
["[0]" coverage (.only Coverage)]
["[0]" tally (.only Tally)]])