diff options
Diffstat (limited to 'stdlib/source/test')
-rw-r--r-- | stdlib/source/test/lux/type/primitive.lux | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/test/lux/type/primitive.lux b/stdlib/source/test/lux/type/primitive.lux index dd544ceb8..c2be544ed 100644 --- a/stdlib/source/test/lux/type/primitive.lux +++ b/stdlib/source/test/lux/type/primitive.lux @@ -48,16 +48,16 @@ (with_expansions [no_current! (..with_no_active_frames (..current)) no_specific! (..with_no_active_frames (..specific))] - (/.primitive: (g!Foo a) + (/.primitive (g!Foo a) Text - (/.primitive: (g!Bar a) + (/.primitive (g!Bar a) Nat (def: .public test Test (<| (_.covering /._) - (_.for [/.primitive:]) + (_.for [/.primitive]) (do random.monad [expected_foo (random.lower_case 5) expected_bar random.nat] |