Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fudge POST throws_like test for #121935
  • Loading branch information
lizmat committed May 21, 2014
1 parent 5284455 commit b1be572
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S32-exceptions/misc.t
Expand Up @@ -241,6 +241,7 @@ 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 b1be572

Please sign in to comment.