Skip to content

Commit 385370f

Browse files
committed
label and unfudge test for RT #113408, and remove nearly identical second test
1 parent 4222fe5 commit 385370f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

S32-exceptions/misc.t

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,14 +239,11 @@ throws_like 'my package A { }; my class B is A { }', X::Inheritance::Unsupported
239239
throws_like 'my module Expo { sub f is export { }; { sub f is export { } } }',
240240
X::Export::NameClash, symbol => '&f';
241241

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

247-
throws_like '<a b> »+« <c>', X::HyperOp::NonDWIM,
248-
left-elems => 2, right-elems => 1;
249-
250247
throws_like 'my sub f() { gather { return } }; ~f()', X::ControlFlow::Return;
251248

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

0 commit comments

Comments
 (0)