aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/meta/location.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 46b7138b9..c9f60cbfa 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))
(_.coverage [/.here]
- (not (at /.equivalence = (/.here) (/.here))))
+ (not (of /.equivalence = (/.here) (/.here))))
(do random.monad
[location ..random
error (random.alphabetic 10)]
@@ -46,5 +46,5 @@
(do random.monad
[[location _] $//code.random]
(_.coverage [/.dummy]
- (at /.equivalence = /.dummy location)))
+ (of /.equivalence = /.dummy location)))
)))