Change the expected panic message for unsigned
This commit is contained in:
parent
9926b33276
commit
b8c4e9c235
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue