]> git.lizzy.rs Git - rust.git/commitdiff
Change the expected panic message for unsigned
authorCaleb Jones <code@calebjones.net>
Sun, 7 Aug 2016 03:58:16 +0000 (23:58 -0400)
committerCaleb Jones <code@calebjones.net>
Sun, 7 Aug 2016 03:58:16 +0000 (23:58 -0400)
src/test/run-fail/overflowing-pow-unsigned.rs

index 5dca7795462ebd9fee333b5ef814f2426057ead1..d3e7035279fbe17838b247574ed8a586b8030b08 100644 (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() {