Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Niecza unfudge.
  • Loading branch information
colomon committed May 27, 2012
1 parent 661f139 commit 361bd23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S05-match/blocks.t
Expand Up @@ -85,7 +85,6 @@ ok !defined($/), '$/ still undefined in the outer block';
flunk 'regex did not match - $/ is properly set with explicit $_ in a given { } block';
}
if /\w+/ {
#?niecza todo
is $/, 'Wall', '$/ is properly set in a given { } block';
} else {
flunk 'regex did not match - $/ is properly set in a given { } block';
Expand Down

0 comments on commit 361bd23

Please sign in to comment.