summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/fuzzer/fuzzer-oom-with-profile.test
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/fuzzer/fuzzer-oom-with-profile.test')
-rw-r--r--compiler-rt/test/fuzzer/fuzzer-oom-with-profile.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/fuzzer/fuzzer-oom-with-profile.test b/compiler-rt/test/fuzzer/fuzzer-oom-with-profile.test
index 75cf48430a4..918197abd5a 100644
--- a/compiler-rt/test/fuzzer/fuzzer-oom-with-profile.test
+++ b/compiler-rt/test/fuzzer/fuzzer-oom-with-profile.test
@@ -1,6 +1,6 @@
REQUIRES: linux
RUN: %cpp_compiler %S/OutOfMemoryTest.cpp -o %t-OutOfMemoryTest
-RUN: not %t-OutOfMemoryTest -rss_limit_mb=300 2>&1 | FileCheck %s
+RUN: not %run %t-OutOfMemoryTest -rss_limit_mb=300 2>&1 | FileCheck %s
CHECK: ERROR: libFuzzer: out-of-memory (used: {{.*}}; limit: 300Mb)
CHECK: Live Heap Allocations
CHECK: Test unit written to ./oom-
OpenPOWER on IntegriCloud