Skip to content

Commit b8c4e9c

Browse files
committed
Change the expected panic message for unsigned
1 parent 9926b33 commit b8c4e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-fail/overflowing-pow-unsigned.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

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

1414
fn main() {

0 commit comments

Comments
 (0)