tests: don't use -Zorbit on run-pass/issue-28950, it stack overflows.

This commit is contained in:
Eduard Burtescu 2016-08-02 03:45:01 +03:00
parent 5d00b8aa06
commit b197a375c0

View File

@ -8,6 +8,9 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// compile-flags: -Z orbit=off
// (blows the stack with MIR trans and no optimizations)
// Tests that the `vec!` macro does not overflow the stack when it is
// given data larger than the stack.