From 24986506e8beb5074f6aca048506389e90e196bd Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 15 Jun 2022 22:39:01 -0400 Subject: De-sigil-ification: suffix : [Part 12] --- stdlib/source/test/lux/type/primitive.lux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stdlib/source/test') 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] -- cgit v1.2.3