]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-fail/overflowing-rsh-6.rs
New upstream version 1.12.0+dfsg1
[rustc.git] / src / test / run-fail / overflowing-rsh-6.rs
index 554675686b5e293d80b54f9bb905d112ffe10f61..6a6ed4f11f20ef3dc7711d832bad80e2c32f964f 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)]