aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/meta/location.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/meta/location.lux')
-rw-r--r--stdlib/source/test/lux/meta/location.lux9
1 files changed, 4 insertions, 5 deletions
diff --git a/stdlib/source/test/lux/meta/location.lux b/stdlib/source/test/lux/meta/location.lux
index 5c9d43d50..6e005bd5f 100644
--- a/stdlib/source/test/lux/meta/location.lux
+++ b/stdlib/source/test/lux/meta/location.lux
@@ -3,15 +3,14 @@
["_" test (#+ Test)]
[abstract
[monad (#+ do)]
- {[0 #spec]
- [/
- ["$." equivalence]]}]
+ [\spec
+ ["$." equivalence]]]
[data
["." text]]
[math
["." random (#+ Random)]]]
- {1
- ["." /]}
+ [\\
+ ["." /]]
["$." /// #_
[macro
["#." code]]])