Skip to content

Commit

Permalink
fix RT #66886 test, thanks to TimToady++
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.pugscode.org/pugs@28022 c213334d-75ef-0310-aa23-eaa082d1ae64
  • Loading branch information
kyle committed Aug 18, 2009
1 parent 3cfd6a2 commit 8bf9bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S12-enums/thorough.t
Expand Up @@ -108,7 +108,7 @@ ok Bool::True.perl ~~/^ 'Bool::True'/, 'Bool::True.perl';
{
enum RT66886 <b>;
#?rakudo todo 'RT #66886'
dies_ok { RT66886::c }, 'accessing non-value of enum dies proper-like';
eval_dies_ok 'RT66886::c', 'accessing non-value of enum dies proper-like';
}

# vim: ft=perl6

0 comments on commit 8bf9bb9

Please sign in to comment.