diff options
Diffstat (limited to 'src/test/run-pass/mod_dir_recursive.rs')
| -rw-r--r-- | src/test/run-pass/mod_dir_recursive.rs | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/src/test/run-pass/mod_dir_recursive.rs b/src/test/run-pass/mod_dir_recursive.rs index a39d41414ff..c9561a04c34 100644 --- a/src/test/run-pass/mod_dir_recursive.rs +++ b/src/test/run-pass/mod_dir_recursive.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 // Testing that the parser for each file tracks its modules // and paths independently. The load_another_mod module should | 
