]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-fail/overflowing-rsh-2.rs
New upstream version 1.12.0+dfsg1
[rustc.git] / src / test / run-fail / overflowing-rsh-2.rs
index 1b888cddf64436a9e7ffe5ea54e33b0512adacdd..da072b5a9a5a999c39cd535109d51fd4126139c0 100644 (file)
@@ -10,7 +10,7 @@
 
 // ignore-pretty : (#23623) problems when  ending with // comments
 
-// error-pattern:thread 'main' panicked at 'attempted to shift right with overflow'
+// error-pattern:thread 'main' panicked at 'attempt to shift right with overflow'
 // compile-flags: -C debug-assertions
 
 #![warn(exceeding_bitshifts)]