Skip to content

Commit

Permalink
unfudge rakudo tests for RT #113534
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Aug 7, 2012
1 parent 5436ea7 commit 16bb6f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S32-exceptions/misc.t
Expand Up @@ -222,7 +222,6 @@ throws_like 'my Int $x = "foo"', X::TypeCheck::Assignment, got => 'foo',
throws_like 'sub f() { }; f() = 3', X::Assignment::RO;
throws_like '1.0 = 3', X::Assignment::RO;
# RT #113534
#?rakudo 3 skip '113534'
throws_like '120 = 3', X::Assignment::RO;
throws_like '1e0 = 3', X::Assignment::RO;
throws_like '"a" = 3', X::Assignment::RO;
Expand Down

0 comments on commit 16bb6f8

Please sign in to comment.