We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4222fe5 commit 385370fCopy full SHA for 385370f
S32-exceptions/misc.t
@@ -239,14 +239,11 @@ throws_like 'my package A { }; my class B is A { }', X::Inheritance::Unsupported
239
throws_like 'my module Expo { sub f is export { }; { sub f is export { } } }',
240
X::Export::NameClash, symbol => '&f';
241
242
-#?rakudo skip 'segfaults'
+# RT #113408
243
throws_like '<a b> »+« <c>', X::HyperOp::NonDWIM,
244
left-elems => 2, right-elems => 1,
245
operator => { .name eq 'infix:<+>' };
246
247
-throws_like '<a b> »+« <c>', X::HyperOp::NonDWIM,
248
- left-elems => 2, right-elems => 1;
249
-
250
throws_like 'my sub f() { gather { return } }; ~f()', X::ControlFlow::Return;
251
252
throws_like 'DateTime.new("2012/04")', X::Temporal::InvalidFormat,
0 commit comments