Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix test wrt to type of exception
  • Loading branch information
lizmat committed Oct 2, 2014
1 parent c9f80da commit 8f1def5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S02-literals/radix.t
Expand Up @@ -27,6 +27,7 @@ is( :10<42>, 0d42, ':10<42> and 0d42 are the same' );
# RT #107756
throws_like { :10(42) },
X::Numeric::Confused,
:what(42),
':10() really wants a string, not a number';
}

Expand Down

0 comments on commit 8f1def5

Please sign in to comment.