Skip to content

Commit

Permalink
Replace Pugs todo with fudge command as per deprecated-syntax.pod
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.pugscode.org/pugs@27138 c213334d-75ef-0310-aa23-eaa082d1ae64
  • Loading branch information
kyle committed Jun 19, 2009
1 parent 2bea641 commit aa50b55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion S01-perl-5-integration/hash.t
Expand Up @@ -70,4 +70,5 @@ is(%hash{9}, 'e', 'store result');

is($p5hash.fetch(5), 'a', 'fetch result');
is($p5hash.my_exists(5), %hash.exists(5), 'exists');
is($p5hash.my_exists(12), %hash.exists(12), 'nonexists fail', :todo<bug>);
#?pugs todo 'bug'
is($p5hash.my_exists(12), %hash.exists(12), 'nonexists fail');

0 comments on commit aa50b55

Please sign in to comment.