about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAriel Ben-Yehuda <ariel.byd@gmail.com>2014-10-16 23:36:00 +0300
committerAriel Ben-Yehuda <ariel.byd@gmail.com>2014-10-16 23:36:00 +0300
commit50db061173a2a54a9897e2d42f88b95d2b820cc4 (patch)
treee4a891e138338f397362cac99c5cc74356dbaf71
parentca27ccc8e7506e0b19257c7768803b10a53503b5 (diff)
downloadrust-50db061173a2a54a9897e2d42f88b95d2b820cc4.tar.gz
rust-50db061173a2a54a9897e2d42f88b95d2b820cc4.zip
fix test patterns - should rebase the commits properly
-rw-r--r--src/test/compile-fail/huge-array.rs2
-rw-r--r--src/test/compile-fail/issue-17913.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/compile-fail/huge-array.rs b/src/test/compile-fail/huge-array.rs
index 37a5bca424d..4b91564154b 100644
--- a/src/test/compile-fail/huge-array.rs
+++ b/src/test/compile-fail/huge-array.rs
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// error-pattern: 1518599999
+// error-pattern: ..1518599999
 
 fn generic<T: Copy>(t: T) {
     let s: [T, ..1518600000] = [t, ..1518600000];
diff --git a/src/test/compile-fail/issue-17913.rs b/src/test/compile-fail/issue-17913.rs
index 8420ea3f4b3..7baab03c119 100644
--- a/src/test/compile-fail/issue-17913.rs
+++ b/src/test/compile-fail/issue-17913.rs
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// error-pattern: too big for the current ABI
+// error-pattern: too big for the current architecture
 
 fn main() {
     let n = 0u;