Skip to content

Commit

Permalink
Change the expected panic message for unsigned
Browse files Browse the repository at this point in the history
  • Loading branch information
porglezomp committed Aug 7, 2016
1 parent 9926b33 commit b8c4e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/run-fail/overflowing-pow-unsigned.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// error-pattern:thread 'main' panicked at 'attempted to multiply with overflow'
// error-pattern:thread 'main' panicked at 'attempt to multiply with overflow'
// compile-flags: -C debug-assertions

fn main() {
Expand Down

0 comments on commit b8c4e9c

Please sign in to comment.