summaryrefslogtreecommitdiff
path: root/t/tests/maker.t
diff options
context:
space:
mode:
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',
);