Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unfudged for rakudo
Means we can run it now unmodified.
  • Loading branch information
FROGGS committed Sep 24, 2013
1 parent aa9eee5 commit eee19ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S03-operators/context.t
Expand Up @@ -29,7 +29,6 @@ plan 32;
# Test the only difference between @() and list()
is(list(), (), 'list() should return an empty list');
'foo' ~~ /(o)o/; # run a regex so we have $/ below
#?rakudo todo '@() not implemented'
is(@(), @($/), '@() should be the same as @($/)');
}

Expand Down

0 comments on commit eee19ce

Please sign in to comment.