[NFC][libFuzzer] Try to fix test on Windows

Broken after D86247
This commit is contained in:
Vitaly Buka 2020-08-20 17:33:51 -07:00
parent 34fe9613dd
commit ea9bf460a8
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
CHECK: AddressSanitizer: global-buffer-overflow
RUN: %cpp_compiler %S/LoadTest.cpp -fsanitize-coverage=trace-gep -o %t-LoadTest
RUN: not %run %t-LoadTest -seed=2 -use_cmp=0 -use_value_profile=1 -runs=10000000 2>&1 | FileCheck %s
RUN: not %run %t-LoadTest -seed=2 -use_cmp=0 -use_value_profile=1 -runs=20000000 2>&1 | FileCheck %s