fix test patterns - should rebase the commits properly

This commit is contained in:
Ariel Ben-Yehuda 2014-10-16 23:36:00 +03:00
parent ca27ccc8e7
commit 50db061173
2 changed files with 2 additions and 2 deletions

View File

@ -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];

View File

@ -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;