aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/meta.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/meta.lux12
1 files changed, 6 insertions, 6 deletions
diff --git a/stdlib/source/test/lux/meta.lux b/stdlib/source/test/lux/meta.lux
index 25e3b3f94..ef5be32b5 100644
--- a/stdlib/source/test/lux/meta.lux
+++ b/stdlib/source/test/lux/meta.lux
@@ -261,12 +261,12 @@
#.extensions []
#.host []}]]
($_ _.and
- (_.with-cover [/.functor]
- ($functor.spec ..injection (..comparison expected-lux) /.functor))
- (_.with-cover [/.apply]
- ($apply.spec ..injection (..comparison expected-lux) /.apply))
- (_.with-cover [/.monad]
- ($monad.spec ..injection (..comparison expected-lux) /.monad))
+ (_.for [/.functor]
+ ($functor.spec ..injection (..comparison expected-lux) /.functor))
+ (_.for [/.apply]
+ ($apply.spec ..injection (..comparison expected-lux) /.apply))
+ (_.for [/.monad]
+ ($monad.spec ..injection (..comparison expected-lux) /.monad))
..compiler-related
..error-handling