Fix testcase to be slightly less fussy about line number of error, as it just drifted.
This commit is contained in:
parent
79c9e13073
commit
fc31aa7f85
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
// -*- rust -*-
|
||||
// error-pattern: a \[./src/test/compile-fail/shadow.rs:11:8:11:20
|
||||
// error-pattern:src/test/compile-fail/shadow.rs
|
||||
fn foo(vec[int] c) {
|
||||
let int a = 5;
|
||||
let vec[int] b = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue