about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/run-pass/parallel-codegen-closures.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/parallel-codegen-closures.rs b/src/test/run-pass/parallel-codegen-closures.rs
index 5ba0fe018ed..e3c2b448ce0 100644
--- a/src/test/run-pass/parallel-codegen-closures.rs
+++ b/src/test/run-pass/parallel-codegen-closures.rs
@@ -11,6 +11,7 @@
 // Tests parallel codegen - this can fail if the symbol for the anonymous
 // closure in `sum` pollutes the second codegen unit from the first.
 
+// ignore-bitrig
 // compile-flags: -C codegen_units=2
 
 #![feature(core)]