Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unfudge tests for RT 121534
  • Loading branch information
moritz committed May 21, 2014
1 parent 7c27d66 commit 5284455
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions S32-exceptions/misc.t
Expand Up @@ -285,16 +285,11 @@ throws_like 'sub f() returns Str { 5 }; f', X::TypeCheck::Return, got => Int, ex
throws_like 'my Int $x = "foo"', X::TypeCheck::Assignment, got => 'foo',
expected => Int, symbol => '$x';

#?rakudo.moar skip 'X::Assignment::RO, RT 121534'
throws_like 'sub f() { 42 }; f() = 3', X::Assignment::RO;
#?rakudo.moar skip 'X::Assignment::RO, RT 121534'
throws_like '1.0 = 3', X::Assignment::RO;
# RT #113534
#?rakudo.moar skip 'X::Assignment::RO, RT 121534'
throws_like '120 = 3', X::Assignment::RO;
#?rakudo.moar skip 'X::Assignment::RO, RT 121534'
throws_like '1e0 = 3', X::Assignment::RO;
#?rakudo.moar skip 'X::Assignment::RO, RT 121534'
throws_like '"a" = 3', X::Assignment::RO;

throws_like '1.foo', X::Method::NotFound, method => 'foo', typename => 'Int';
Expand Down

0 comments on commit 5284455

Please sign in to comment.