aboutsummaryrefslogtreecommitdiff
path: root/t/09-cloning.t
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-11-15 09:22:32 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-11-16 16:05:43 +0100
commitb5202e655b887bb563accbce8fa130616861e08c (patch)
treec910ff66574682703755b201e0020a179d99e3fa /t/09-cloning.t
parent44e8b969f4232a659b08bcc145b9dc41d4ecef07 (diff)
Update tests
Diffstat (limited to 't/09-cloning.t')
-rw-r--r--t/09-cloning.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/09-cloning.t b/t/09-cloning.t
index 0746eff..5bae887 100644
--- a/t/09-cloning.t
+++ b/t/09-cloning.t
@@ -8,7 +8,7 @@ use Config;
plan 2;
-my Config $a .= new.read: %(
+my $a = Config.new.read: %(
foo => "bar",
baz => 42,
);