Change the expected panic message for unsigned

This commit is contained in:
Caleb Jones 2016-08-06 23:58:16 -04:00
parent 9926b33276
commit b8c4e9c235

View File

@ -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() {