diff options
Diffstat (limited to 'src/test/run-pass/mod_dir_path.rs')
| -rw-r--r-- | src/test/run-pass/mod_dir_path.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/run-pass/mod_dir_path.rs b/src/test/run-pass/mod_dir_path.rs index a356a0ab07e..612d0337619 100644 --- a/src/test/run-pass/mod_dir_path.rs +++ b/src/test/run-pass/mod_dir_path.rs @@ -1,4 +1,4 @@ -// Copyright 2012 The Rust Project Developers. See the COPYRIGHT +// Copyright 2012-2014 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at // http://rust-lang.org/COPYRIGHT. // @@ -8,8 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// xfail-pretty -// xfail-fast +// ignore-pretty +// ignore-fast mod mod_dir_simple { #[path = "test.rs"] |
