Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change test for RT #107756
it now throws X::Numeric::Confused (after commit rakudo/rakudo@298e81101c)
  • Loading branch information
usev6 committed Oct 2, 2014
1 parent b93b787 commit c9f80da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S02-literals/radix.t
Expand Up @@ -26,7 +26,7 @@ is( :10<42>, 0d42, ':10<42> and 0d42 are the same' );

# RT #107756
throws_like { :10(42) },
X::TypeCheck::Binding,
X::Numeric::Confused,
':10() really wants a string, not a number';
}

Expand Down

0 comments on commit c9f80da

Please sign in to comment.