summaryrefslogtreecommitdiff
path: root/t/tests/maker.t
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2015-09-10 15:46:11 +0100
committerdakkar <dakkar@thenautilus.net>2015-09-10 15:46:11 +0100
commit99f8ccd6cddc6fa9a021d4118e6a706a19e474b1 (patch)
tree5316e1bbfed711087393f4a1e8fd103cbc5d9cfb /t/tests/maker.t
parentwork around rakudo bug #126006 (diff)
downloadWebCoso-p6-99f8ccd6cddc6fa9a021d4118e6a706a19e474b1.tar.gz
WebCoso-p6-99f8ccd6cddc6fa9a021d4118e6a706a19e474b1.tar.bz2
WebCoso-p6-99f8ccd6cddc6fa9a021d4118e6a706a19e474b1.zip
maybe I got deps working
I'd still like to make the whole thing more readable, though
Diffstat (limited to 't/tests/maker.t')
-rw-r--r--t/tests/maker.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/tests/maker.t b/t/tests/maker.t
index a09ec19..4d21a0f 100644
--- a/t/tests/maker.t
+++ b/t/tests/maker.t
@@ -25,8 +25,8 @@ my %output = $m.make();
cmp-files(
%output,
{
- en => { $^x.slurp eq 'en expanded' },
- it => { $^x.slurp eq 'it expanded' },
+ en => { $^x.contents eq 'en expanded' },
+ it => { $^x.contents eq 'it expanded' },
},
'made the files',
);