aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/macro/poly/json.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/macro/poly/json.lux')
-rw-r--r--stdlib/source/test/lux/macro/poly/json.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/test/lux/macro/poly/json.lux b/stdlib/source/test/lux/macro/poly/json.lux
index 6988adb4a..4b6718577 100644
--- a/stdlib/source/test/lux/macro/poly/json.lux
+++ b/stdlib/source/test/lux/macro/poly/json.lux
@@ -116,5 +116,5 @@
(def: #export test
Test
(<| (_.covering /._)
- (_.with-cover [/.codec]
- ($codec.spec ..equivalence ..codec ..gen-record))))
+ (_.for [/.codec]
+ ($codec.spec ..equivalence ..codec ..gen-record))))