aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/parser.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/aedifex/parser.lux')
-rw-r--r--stdlib/source/test/aedifex/parser.lux12
1 files changed, 6 insertions, 6 deletions
diff --git a/stdlib/source/test/aedifex/parser.lux b/stdlib/source/test/aedifex/parser.lux
index 248023e80..7aeff7a18 100644
--- a/stdlib/source/test/aedifex/parser.lux
+++ b/stdlib/source/test/aedifex/parser.lux
@@ -110,9 +110,9 @@
Test
(<| (_.covering /._)
(_.covering //format._)
- (_.with-cover [/.project
- //format.Format //format.profile //format.project]
- ($_ _.and
- ..single-profile
- ..multiple-profiles
- ))))
+ (_.for [/.project
+ //format.Format //format.profile //format.project]
+ ($_ _.and
+ ..single-profile
+ ..multiple-profiles
+ ))))