Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add test for RT #125259.
  • Loading branch information
jnthn committed Jun 23, 2015
1 parent b30e373 commit dbd7e0b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion S32-exceptions/misc.t
Expand Up @@ -3,7 +3,7 @@ use Test;
use lib "t/spec/packages";
use Test::Util;

plan 310;
plan 311;

throws-like '42 +', X::AdHoc, "missing rhs of infix", message => rx/term/;

Expand Down Expand Up @@ -672,4 +672,7 @@ throws-like 'enum Error ( Metadata => -20); class Metadata { }', X::Redeclaratio
# RT #125228
throws-like 'sub foo() is export(WTF) { }', X::Undeclared::Symbols;

# RT #125259
throws-like 'sub x(array[Int]) { }', X::Comp::BeginTime;

# vim: ft=perl6

0 comments on commit dbd7e0b

Please sign in to comment.