Skip to content

Commit ea9bf46

Browse files
committed
[NFC][libFuzzer] Try to fix test on Windows
Broken after D86247
1 parent 34fe961 commit ea9bf46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
CHECK: AddressSanitizer: global-buffer-overflow
22
RUN: %cpp_compiler %S/LoadTest.cpp -fsanitize-coverage=trace-gep -o %t-LoadTest
3-
RUN: not %run %t-LoadTest -seed=2 -use_cmp=0 -use_value_profile=1 -runs=10000000 2>&1 | FileCheck %s
3+
RUN: not %run %t-LoadTest -seed=2 -use_cmp=0 -use_value_profile=1 -runs=20000000 2>&1 | FileCheck %s

0 commit comments

Comments
 (0)