fix test patterns - should rebase the commits properly
This commit is contained in:
parent
ca27ccc8e7
commit
50db061173
2 changed files with 2 additions and 2 deletions
|
|
@ -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];
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue