diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2013-08-17 11:14:44 -0700 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2013-08-27 18:47:57 -0700 |
| commit | 5c9f5ec3975d54b59d3d4813063f87fb3f41d3f6 (patch) | |
| tree | 9e812e277bda34f5649c8f8dd12d6f0710b711eb | |
| parent | a20af8b276596c73542fd133d47d1dee8f476588 (diff) | |
| download | rust-5c9f5ec3975d54b59d3d4813063f87fb3f41d3f6.tar.gz rust-5c9f5ec3975d54b59d3d4813063f87fb3f41d3f6.zip | |
test: xfail a test that relies on old path behavior.
| -rw-r--r-- | src/test/run-pass/issue-6898.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/issue-6898.rs b/src/test/run-pass/issue-6898.rs index 2d612bb742e..8e9502d6d49 100644 --- a/src/test/run-pass/issue-6898.rs +++ b/src/test/run-pass/issue-6898.rs @@ -1,3 +1,5 @@ +// xfail-test + // Copyright 2013 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at // http://rust-lang.org/COPYRIGHT. |
