From b9c046368ddb11e4a4e30d07e6ccc252d1d86678 Mon Sep 17 00:00:00 2001 From: usev6 Date: Tue, 10 Mar 2015 12:44:34 +0100 Subject: [PATCH] Unfudge test for RT #121935 --- S32-exceptions/misc.t | 1 - 1 file changed, 1 deletion(-) diff --git a/S32-exceptions/misc.t b/S32-exceptions/misc.t index 2134371d09..27e600e721 100644 --- a/S32-exceptions/misc.t +++ b/S32-exceptions/misc.t @@ -261,7 +261,6 @@ throws_like '1 <=> 2 <=> 3', X::Syntax::NonAssociative, left => '<=>', right => throws_like 'my class A {...}; my grammar B { ... }', X::Package::Stubbed, packages => ; throws_like 'my sub a { PRE 0 }; a()', X::Phaser::PrePost, phaser => 'PRE', condition => /0/; -#?rakudo.jvm todo 'RT #121935' throws_like 'my sub a { POST 0 }; a()', X::Phaser::PrePost, phaser => 'POST', condition => /0/; throws_like 'use fatal; my $x = "5 foo" + 8;', X::Str::Numeric, source => '5 foo', pos => 1,