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.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/test/lux/meta/location.lux b/stdlib/source/test/lux/meta/location.lux
index a01518d3b..c1dc2fbe4 100644
--- a/stdlib/source/test/lux/meta/location.lux
+++ b/stdlib/source/test/lux/meta/location.lux
@@ -33,7 +33,7 @@
($equivalence.spec /.equivalence ..random))
(_.cover [/.here]
- (not (\ /.equivalence = (/.here) (/.here))))
+ (not (# /.equivalence = (/.here) (/.here))))
(do random.monad
[location ..random
error (random.ascii/alpha 10)]
@@ -46,5 +46,5 @@
(do random.monad
[[location _] $///code.random]
(_.cover [/.dummy]
- (\ /.equivalence = /.dummy location)))
+ (# /.equivalence = /.dummy location)))
)))