Skip to content

Commit

Permalink
Unfudge niecza todos that now work. (I think because of changes in th…
Browse files Browse the repository at this point in the history
…e tests rather than changes in niecza!)
  • Loading branch information
colomon committed Mar 28, 2012
1 parent d3a0033 commit c17cdc6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion S04-phasers/ascending-order.t
Expand Up @@ -50,7 +50,6 @@ END {
is $eof_var, 29, '$eof_var gets assigned at END time';
}

#?niecza todo 'niecza has "enter", also'
#?pugs todo
is $hist, 'begin check init enter start ', 'BEGIN {} runs only once';
nok $var_at_begin.defined, 'BEGIN {...} ran at compile time';
Expand Down
1 change: 0 additions & 1 deletion S04-phasers/descending-order.t
Expand Up @@ -44,7 +44,6 @@ BEGIN {
$var_at_begin = $var;
}

#?niecza todo 'niecza has "enter", also'
#?pugs todo
is $hist, 'begin check init enter ', 'BEGIN {} runs only once';
nok $var_at_begin.defined, 'BEGIN {...} ran at compile time';
Expand Down
1 change: 0 additions & 1 deletion S04-phasers/pre-post.t
Expand Up @@ -118,7 +118,6 @@ dies_ok { $pt.test(1) }, 'POST receives return value as $_ (failure)';
is $str, '(', 'failing PRE runs nothing else';
}

#?niecza todo 'I think POST runs LIFO by spec?'
{
my $str;
try {
Expand Down

0 comments on commit c17cdc6

Please sign in to comment.