Skip to content

Commit

Permalink
[t/spec] Unfudge a test that Rakudo now passes.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.pugscode.org/pugs@30297 c213334d-75ef-0310-aa23-eaa082d1ae64
  • Loading branch information
jnthn committed Apr 4, 2010
1 parent c7734e0 commit 04f9511
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S02-literals/types.t
Expand Up @@ -14,7 +14,6 @@ eval_dies_ok 'my F $x;', 'Unknown types in type constraints are an error';
# integration tests - in Rakudo some class names from Parrot leaked through,
# so you couldn't name a class 'Task' - RT #61128

#?rakudo todo 'test conflicts oddly with test 4 above'
eval_lives_ok 'class Task { has $.a }; Task.new(a => 3 );',
'can call a class "Task" - RT 61128';

Expand Down

0 comments on commit 04f9511

Please sign in to comment.