Skip to content

Commit

Permalink
Clean up niecza fudging.
Browse files Browse the repository at this point in the history
  • Loading branch information
colomon committed Jan 15, 2012
1 parent 9201d36 commit 7e4bed3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions S32-scalar/undef.t
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@ ok(!defined(Mu), "Mu is not defined");

$a += 1;
ok(defined($a), "initialized var is defined");
#?niecza emit skip("is_run not working",1); goto "SKIP";
#?niecza todo
is_run( 'my $a; $a += 1', { err => '', out => '', status => 0 },
'increment of undefined variable does not warn' );
#?niecza emit SKIP:

undefine $a;
ok(!defined($a), "undefine($a) does");
Expand Down

0 comments on commit 7e4bed3

Please sign in to comment.