1
Fork 0

Add test case from issue #675. The previous fix actually fixes this too.

This commit is contained in:
Tim Chevalier 2011-07-13 15:04:29 -07:00
parent 5e1a6dac44
commit 6b86dcde67

View file

@ -0,0 +1,5 @@
// error-pattern:expected str but found vec
// xfail-stage0
fn main() {
fail [];
}