aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-fail/str-overrun.rs
diff options
context:
space:
mode:
authorMarijn Haverbeke <[email protected]>2011-05-12 21:45:29 +0200
committerMarijn Haverbeke <[email protected]>2011-05-12 21:45:29 +0200
commit9419c5df77bed44137937154fa5e38e155c84176 (patch)
treee1955c4c84d36ca3973fa777b8b24253fabfff38 /src/test/run-fail/str-overrun.rs
parentDowncase std modules again, move to :: for module dereferencing (diff)
downloadrust-9419c5df77bed44137937154fa5e38e155c84176.tar.xz
rust-9419c5df77bed44137937154fa5e38e155c84176.zip
Fix mistaken replacements in error-pattern comments in tests
Diffstat (limited to 'src/test/run-fail/str-overrun.rs')
-rw-r--r--src/test/run-fail/str-overrun.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-fail/str-overrun.rs b/src/test/run-fail/str-overrun.rs
index c31f22c0..078c7493 100644
--- a/src/test/run-fail/str-overrun.rs
+++ b/src/test/run-fail/str-overrun.rs
@@ -3,7 +3,7 @@
// xfail-stage2
// -*- rust -*-
-// error-pattern::bounds check
+// error-pattern:bounds check
fn main() {
let str s = "hello";