forked from OSchip/llvm-project
[NFC][libFuzzer] Try to fix test on Windows
Broken after D86247
This commit is contained in:
parent
34fe9613dd
commit
ea9bf460a8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue