Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
label and unfudge test for RT #113408, and remove nearly identical se…
…cond test
  • Loading branch information
moritz committed Jun 12, 2012
1 parent 4222fe5 commit 385370f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions S32-exceptions/misc.t
Expand Up @@ -239,14 +239,11 @@ throws_like 'my package A { }; my class B is A { }', X::Inheritance::Unsupported
throws_like 'my module Expo { sub f is export { }; { sub f is export { } } }',
X::Export::NameClash, symbol => '&f';

#?rakudo skip 'segfaults'
# RT #113408
throws_like '<a b> »+« <c>', X::HyperOp::NonDWIM,
left-elems => 2, right-elems => 1,
operator => { .name eq 'infix:<+>' };

throws_like '<a b> »+« <c>', X::HyperOp::NonDWIM,
left-elems => 2, right-elems => 1;

throws_like 'my sub f() { gather { return } }; ~f()', X::ControlFlow::Return;

throws_like 'DateTime.new("2012/04")', X::Temporal::InvalidFormat,
Expand Down

0 comments on commit 385370f

Please sign in to comment.