From d06f48054cefec1fdb87e9c9196ce1f2a31c2a9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20L=C3=B6bel?= Date: Fri, 4 Dec 2015 03:47:53 +0100 Subject: [PATCH] Ignore rpass-fulldeps test in cross compile tests --- src/test/run-pass-fulldeps/ast_stmt_expr_attr.rs | 2 ++ 1 file changed, 2 insertions(+) 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 3cb664e23403..e40abe050233 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;