Skip to content

Commit 43b86f4

Browse files
committed
Remove outdated test
1 parent 44d375f commit 43b86f4

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

S03-operators/context.t

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use v6;
22

33
use Test;
44

5-
plan 38;
5+
plan 37;
66

77
# L<S03/List prefix precedence/The list contextualizer>
88

@@ -111,12 +111,4 @@ is((@).push(42,43), '42 43', 'Anonymous @ variable can be pushed');
111111
is $c, 4, '@$var coercion';
112112
}
113113

114-
#?niecza skip "Invalid hard reference syntax"
115-
{
116-
my @a = <a b c d>;
117-
my $c = 0;
118-
$c++ for $@a;
119-
is $c, 1, '$@var itemization'
120-
}
121-
122114
# vim: ft=perl6

0 commit comments

Comments
 (0)