Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unfudge a test for rakudo
  • Loading branch information
moritz committed Oct 1, 2011
1 parent 84330f5 commit 0629400
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S05-grammar/parse_and_parsefile.t
Expand Up @@ -43,7 +43,6 @@ eval_dies_ok '::No::Such::Grammar.parse()', '.parse on missing grammar dies';
# RT #71062
{
grammar Integer { rule TOP { x } };
#?rakudo todo 'RT 71062: dies calling grammar named "Integer"'
lives_ok { Integer.parse('x') }, 'can .parse grammar named "Integer"';
}

Expand Down

0 comments on commit 0629400

Please sign in to comment.