Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge passing tests.
  • Loading branch information
colomon committed May 27, 2012
1 parent a556162 commit 24dd9a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion integration/advent2009-day04.t
Expand Up @@ -9,7 +9,6 @@ sub fac(Int $n) {
use Test;
plan 6;

#?niecza todo
is fac(0), 1, 'fac(0) works';
is fac(1), 1, 'fac(1) works';
is fac(2), 2, 'fac(2) works';
Expand Down
1 change: 0 additions & 1 deletion integration/error-reporting.t
Expand Up @@ -89,7 +89,6 @@ is_run 'my $ = 2; my $ = 3; say q[alive]',
}, 'multiple anonymous variables do not warn or err out';

# RT #112724
#?niecza todo
is_run 'sub mysub {
+ Any # trigger an uninitialized warning
};
Expand Down

0 comments on commit 24dd9a3

Please sign in to comment.