Skip to content

Commit

Permalink
Pipp::Test doesn't support $TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Mar 3, 2009
1 parent bd13b0b commit b9baec4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions t/php/type.t
Expand Up @@ -243,11 +243,7 @@ CODE
1
OUT

TODO:
{
local $TODO = 'update compiler';

language_output_is( 'Pipp', <<'CODE', <<'OUT', 'settype()' );
language_output_is( 'Pipp', <<'CODE', <<'OUT', 'settype()', todo => 'broken' );
<?php
$var = 3.14;
echo settype($var, 'int'), "\n";
Expand All @@ -258,8 +254,6 @@ CODE
3
OUT

}

language_output_is( 'Pipp', <<'CODE', <<'OUT', 'strval(TRUE)' );
<?php
echo strval(TRUE), "\n";
Expand Down

0 comments on commit b9baec4

Please sign in to comment.