Skip to content

Commit 50db061

Browse files
committed
fix test patterns - should rebase the commits properly
1 parent ca27ccc commit 50db061

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/compile-fail/huge-array.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// error-pattern: 1518599999
11+
// error-pattern: ..1518599999
1212

1313
fn generic<T: Copy>(t: T) {
1414
let s: [T, ..1518600000] = [t, ..1518600000];

src/test/compile-fail/issue-17913.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// error-pattern: too big for the current ABI
11+
// error-pattern: too big for the current architecture
1212

1313
fn main() {
1414
let n = 0u;

0 commit comments

Comments
 (0)