Skip to content

Commit bc14686

Browse files
committed
Fix fallout from GLRification of say
1 parent 6faf49f commit bc14686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S16-io/say-and-ref.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plan 3;
88

99
is_run q{my $a = [1, 2, 3]; say $a},
1010
{
11-
out => "1 2 3\n",
11+
out => "123\n",
1212
err => '',
1313
status => 0,
1414
}, 'Can say array ref';

0 commit comments

Comments
 (0)