Skip to content

Commit a23f42d

Browse files
committed
Unfudge state $x++ related tests.
TimToady++ did the fixes. This includes unfuding the tests covering RT #115614.
1 parent 36462ed commit a23f42d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

S04-declarations/state.t

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,6 @@ plan 41;
215215
is $seensize, 10, "[list] assignment state in fib memoizes";
216216
}
217217

218-
#?rakudo skip 'parse error'
219-
#?DOES 4
220218
{
221219
# now we're just being plain evil:
222220
subset A of Int where { $_ < state $x++ };
@@ -238,12 +236,10 @@ sub bughunt1 { (state $svar) } #OK not used
238236
}
239237

240238
# RT #115614
241-
#?rakudo skip 'RT #115614'
242239
{
243240
lives_ok { state $i++ }, 'can parse "state $i++"';
244241
}
245242

246-
#?rakudo skip 'parse error'
247243
#?DOES 1
248244
{
249245
# http://irclog.perlgeek.de/perl6/2010-04-27#i_2269848

0 commit comments

Comments
 (0)