Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
a test for RT #78314
  • Loading branch information
timo committed Mar 14, 2013
1 parent 4bd5589 commit b9fb830
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions S32-exceptions/misc.t
Expand Up @@ -395,4 +395,9 @@ throws_like 'class Foobar is Foobar', X::Inheritance::SelfInherit, name => "Foob
throws_like q{1/2.''()}, X::Method::NotFound, method => '', typename => 'Int';
}

{
# RT #78314
throws_like q{role Bottle[::T] { method Str { "a bottle of {T}" } }; class Wine { ... }; say Bottle[Wine].new;}, X::Package::Stubbed;
}

done;

0 comments on commit b9fb830

Please sign in to comment.