diff options
| author | Marvin Löbel <loebel.marvin@gmail.com> | 2015-12-04 03:47:53 +0100 |
|---|---|---|
| committer | Marvin Löbel <loebel.marvin@gmail.com> | 2015-12-04 03:47:53 +0100 |
| commit | d06f48054cefec1fdb87e9c9196ce1f2a31c2a9f (patch) | |
| tree | a4f8003c8b7f5bc804fb940a02f5829b3fb5a0ff | |
| parent | 3f33cbcbff47182fef3437040c301c8ea30a5afc (diff) | |
| download | rust-d06f48054cefec1fdb87e9c9196ce1f2a31c2a9f.tar.gz rust-d06f48054cefec1fdb87e9c9196ce1f2a31c2a9f.zip | |
Ignore rpass-fulldeps test in cross compile tests
| -rw-r--r-- | src/test/run-pass-fulldeps/ast_stmt_expr_attr.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass-fulldeps/ast_stmt_expr_attr.rs b/src/test/run-pass-fulldeps/ast_stmt_expr_attr.rs index 3cb664e2340..e40abe05023 100644 --- a/src/test/run-pass-fulldeps/ast_stmt_expr_attr.rs +++ b/src/test/run-pass-fulldeps/ast_stmt_expr_attr.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// ignore-cross-compile + #![feature(rustc_private)] extern crate syntax; |
