diff options
Diffstat (limited to 'compiler-rt/test/fuzzer/trace-malloc-2.test')
-rw-r--r-- | compiler-rt/test/fuzzer/trace-malloc-2.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/fuzzer/trace-malloc-2.test b/compiler-rt/test/fuzzer/trace-malloc-2.test index 56f16d78601..2b32b95ed3e 100644 --- a/compiler-rt/test/fuzzer/trace-malloc-2.test +++ b/compiler-rt/test/fuzzer/trace-malloc-2.test @@ -4,7 +4,7 @@ UNSUPPORTED: darwin RUN: %cpp_compiler %S/TraceMallocTest.cpp -o %t-TraceMallocTest -RUN: %t-TraceMallocTest -seed=1 -trace_malloc=2 -runs=1000 2>&1 | FileCheck %s --check-prefix=TRACE2 +RUN: %run %t-TraceMallocTest -seed=1 -trace_malloc=2 -runs=1000 2>&1 | FileCheck %s --check-prefix=TRACE2 TRACE2-DAG: FREE[0] TRACE2-DAG: MALLOC[0] TRACE2-DAG: in LLVMFuzzerTestOneInput |