diff options
Diffstat (limited to 'src/test/run-pass/vec-alloc-append.rs')
| -rw-r--r-- | src/test/run-pass/vec-alloc-append.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/vec-alloc-append.rs b/src/test/run-pass/vec-alloc-append.rs index 8dba9812..83d58d73 100644 --- a/src/test/run-pass/vec-alloc-append.rs +++ b/src/test/run-pass/vec-alloc-append.rs @@ -1,3 +1,4 @@ +// xfail-stage0 // This is a test for issue #109. use std; |