diff options
Diffstat (limited to 'src/test/compile-fail/mod_file_aux.rs')
| -rw-r--r-- | src/test/compile-fail/mod_file_aux.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/compile-fail/mod_file_aux.rs b/src/test/compile-fail/mod_file_aux.rs index a336cad795c..4d18decdc13 100644 --- a/src/test/compile-fail/mod_file_aux.rs +++ b/src/test/compile-fail/mod_file_aux.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,6 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// xfail-test Not a test. Used by other tests +// ignore-test Not a test. Used by other tests pub fn foo() -> int { 10 } |
