Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Another un-skip from an earlier fix.
  • Loading branch information
jnthn committed Sep 25, 2013
1 parent edbad65 commit d7042ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S32-exceptions/misc.t
Expand Up @@ -410,7 +410,6 @@ throws_like 'class Foobar is Foobar', X::Inheritance::SelfInherit, name => "Foob
throws_like q{role Bottle[::T] { method Str { "a bottle of {T}" } }; class Wine { ... }; say Bottle[Wine].new;}, X::Package::Stubbed;
}

#?rakudo.jvm skip "wrong exception type"
throws_like q[sub f() {CALLER::<$x>}; my $x; f], X::Caller::NotDynamic, symbol => '$x';

done;

0 comments on commit d7042ed

Please sign in to comment.