about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSiegeLord <slabode@aim.com>2013-09-11 14:51:27 -0400
committerSiegeLord <slabode@aim.com>2013-09-11 14:51:27 -0400
commit0766c89b423d91e36d3f3ce0abcb3971a42d258e (patch)
treef9ea0ff526e11c4d2216d7d185ab298b5b415e48
parent2b9d19d5b58f87665a5c86f12f4bbd17e6984d6a (diff)
downloadrust-0766c89b423d91e36d3f3ce0abcb3971a42d258e.tar.gz
rust-0766c89b423d91e36d3f3ce0abcb3971a42d258e.zip
xfail-fast the new test for windows compatibility
-rw-r--r--src/test/run-pass/struct_variant_xc.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/struct_variant_xc.rs b/src/test/run-pass/struct_variant_xc.rs
index 23e98638e36..2dd7887cfcd 100644
--- a/src/test/run-pass/struct_variant_xc.rs
+++ b/src/test/run-pass/struct_variant_xc.rs
@@ -8,6 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// xfail-fast - check-fast doesn't understand aux-build
 // aux-build:struct_variant_xc_aux.rs
 extern mod struct_variant_xc_aux;