diff options
Diffstat (limited to 'src/test/run-pass/mod_dir_path3.rs')
| -rw-r--r-- | src/test/run-pass/mod_dir_path3.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/run-pass/mod_dir_path3.rs b/src/test/run-pass/mod_dir_path3.rs index 00282658508..0cbe2eed7c4 100644 --- a/src/test/run-pass/mod_dir_path3.rs +++ b/src/test/run-pass/mod_dir_path3.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 #[path = "mod_dir_simple"] mod pancakes { |
