Skip to content

Commit

Permalink
Add test case from issue #675. The previous fix actually fixes this too.
Browse files Browse the repository at this point in the history
  • Loading branch information
catamorphism committed Jul 13, 2011
1 parent 5e1a6da commit 6b86dcd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/test/compile-fail/fail-type-err.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// error-pattern:expected str but found vec
// xfail-stage0
fn main() {
fail [];
}

0 comments on commit 6b86dcd

Please sign in to comment.