Skip to content

Commit

Permalink
Unfudge test for RT #121935
Browse files Browse the repository at this point in the history
  • Loading branch information
usev6 committed Mar 10, 2015
1 parent df6e66b commit b9c0463
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S32-exceptions/misc.t
Expand Up @@ -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 => <A B>;

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,
Expand Down

0 comments on commit b9c0463

Please sign in to comment.