From 5c9f5ec3975d54b59d3d4813063f87fb3f41d3f6 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Sat, 17 Aug 2013 11:14:44 -0700 Subject: [PATCH] test: xfail a test that relies on old path behavior. --- src/test/run-pass/issue-6898.rs | 2 ++ 1 file changed, 2 insertions(+) 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.