Skip to content

Commit 6dfb602

Browse files
committed
Bring a test in line with spec/STD.
1 parent 94420d5 commit 6dfb602

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

S04-declarations/implicit-parameter.t

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,8 @@ plan 18;
5353
is(-> { }.arity, 0, '->{} is arity 0, again');
5454
}
5555

56-
#?niecza todo
5756
{
58-
eval_dies_ok('sub { $^foo }.(42)', 'Placeholders not allowed in sub()');
57+
eval_dies_ok('sub () { $^foo }.(42)', 'Placeholders not allowed in sub()');
5958
}
6059

6160
# vim: ft=perl6

0 commit comments

Comments
 (0)