Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove incorrect test
die with no args does NOT reuse $!
  • Loading branch information
coke committed Jul 25, 2014
1 parent 4aab931 commit 6600ef0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions S02-magicals/dollar_bang.t
Expand Up @@ -2,7 +2,7 @@ use v6;

use Test;

plan 16;
plan 15;

=begin desc
Expand Down Expand Up @@ -42,9 +42,6 @@ try {
ok ~($!) ~~ /qwerty/, 'die sets $! properly';
die; # use the default argument
}
#?rakudo todo 'stringification of $!'
#?niecza todo
ok ~($!) ~~ /qwerty/, 'die without argument uses $! properly';

# RT #70011
#?niecza skip 'undefine and Exception NYI'
Expand Down

0 comments on commit 6600ef0

Please sign in to comment.