diff options
| author | Dave Huseby <dhuseby@mozilla.com> | 2015-06-23 11:08:56 -0700 |
|---|---|---|
| committer | Dave Huseby <dhuseby@mozilla.com> | 2015-06-23 11:08:56 -0700 |
| commit | c6944fa9d78b59ed44e95fd8a25a80944adf2b4b (patch) | |
| tree | c75c22af6607b8aa180bb9943ea0c3ae925a8896 /src | |
| parent | d54ab412ef8f7e279018e6ad0df6bc9965e2cf5f (diff) | |
| download | rust-c6944fa9d78b59ed44e95fd8a25a80944adf2b4b.tar.gz rust-c6944fa9d78b59ed44e95fd8a25a80944adf2b4b.zip | |
this fixes a bitrig break in the parallel codegen closures test
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/run-pass/parallel-codegen-closures.rs | 1 |
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)] |
