about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarvin Löbel <loebel.marvin@gmail.com>2015-12-04 03:47:53 +0100
committerMarvin Löbel <loebel.marvin@gmail.com>2015-12-04 03:47:53 +0100
commitd06f48054cefec1fdb87e9c9196ce1f2a31c2a9f (patch)
treea4f8003c8b7f5bc804fb940a02f5829b3fb5a0ff
parent3f33cbcbff47182fef3437040c301c8ea30a5afc (diff)
downloadrust-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.rs2
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;