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