diff options
Diffstat (limited to 'compiler-rt/test/fuzzer/trace-malloc.test')
-rw-r--r-- | compiler-rt/test/fuzzer/trace-malloc.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/fuzzer/trace-malloc.test b/compiler-rt/test/fuzzer/trace-malloc.test index 979be99b7ac..156d06a0c01 100644 --- a/compiler-rt/test/fuzzer/trace-malloc.test +++ b/compiler-rt/test/fuzzer/trace-malloc.test @@ -1,6 +1,6 @@ RUN: %cpp_compiler %S/TraceMallocTest.cpp -o %t-TraceMallocTest -RUN: %t-TraceMallocTest -seed=1 -trace_malloc=1 -runs=10000 2>&1 | FileCheck %s +RUN: %run %t-TraceMallocTest -seed=1 -trace_malloc=1 -runs=10000 2>&1 | FileCheck %s CHECK-DAG: MallocFreeTracer: STOP 0 0 (same) CHECK-DAG: MallocFreeTracer: STOP 0 1 (DIFFERENT) CHECK-DAG: MallocFreeTracer: STOP 1 0 (DIFFERENT) |