1
Fork 0

this fixes a bitrig break in the parallel codegen closures test

This commit is contained in:
Dave Huseby 2015-06-23 11:08:56 -07:00
parent d54ab412ef
commit c6944fa9d7

View file

@ -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)]