Skip to content

Commit fa2815c

Browse files
committed
Fix the number of characters in the test
Oops in a8682f7
1 parent a8682f7 commit fa2815c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/nqp/063-slurp.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plan(1);
22

33
my $content := slurp("t/nqp/063-slurp.t");
4-
ok(nqp::chars($content) == 158 || nqp::chars($content) == 166, "File slurped");
4+
ok(nqp::chars($content) == 150 || nqp::chars($content) == 156, "File slurped");
55

66
# vim: ft=perl6

0 commit comments

Comments
 (0)