[libFuzzer] Do not optimize minimize_two_crashes.test.

Speculative fix for build bot breakage on Mac.

llvm-svn: 328576
This commit is contained in:
Matt Morehouse 2018-03-26 19:36:20 +00:00
parent ea82c769f4
commit 93ce24838c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Test that the minimizer stops when it sees a differe bug.
UNSUPPORTED: freebsd
RUN: %cpp_compiler %S/TwoDifferentBugsTest.cpp -o %t-TwoDifferentBugsTest
RUN: %cpp_compiler -O0 %S/TwoDifferentBugsTest.cpp -o %t-TwoDifferentBugsTest
RUN: rm -rf %t && mkdir %t
RUN: echo H12345678901234667888090 > %t/long_crash