diff options
| author | Eduard Burtescu <edy.burt@gmail.com> | 2016-08-02 03:45:01 +0300 |
|---|---|---|
| committer | Eduard Burtescu <edy.burt@gmail.com> | 2016-08-02 09:01:48 +0300 |
| commit | b197a375c000a8d66dbeb1b511bd39fe8186f50b (patch) | |
| tree | 825688fde1006b30dd0cf1869c56c8ebfb32b28e /src/test | |
| parent | 5d00b8aa065b2da826613d9beda75657cec3f87d (diff) | |
| download | rust-b197a375c000a8d66dbeb1b511bd39fe8186f50b.tar.gz rust-b197a375c000a8d66dbeb1b511bd39fe8186f50b.zip | |
tests: don't use -Zorbit on run-pass/issue-28950, it stack overflows.
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/run-pass/issue-28950.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/run-pass/issue-28950.rs b/src/test/run-pass/issue-28950.rs index f01ce46a891..efce148ea51 100644 --- a/src/test/run-pass/issue-28950.rs +++ b/src/test/run-pass/issue-28950.rs @@ -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. |
