summaryrefslogtreecommitdiff
path: root/test/profile/Linux
diff options
context:
space:
mode:
Diffstat (limited to 'test/profile/Linux')
-rw-r--r--test/profile/Linux/instrprof-file_ex.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profile/Linux/instrprof-file_ex.test b/test/profile/Linux/instrprof-file_ex.test
index 8b19b86dd..be899663d 100644
--- a/test/profile/Linux/instrprof-file_ex.test
+++ b/test/profile/Linux/instrprof-file_ex.test
@@ -1,6 +1,6 @@
RUN: mkdir -p %t.d
RUN: %clang_profgen -fprofile-instr-generate %S/../Inputs/instrprof-file_ex.c -o %t
-RUN: rm %t.d/run.dump
+RUN: rm -f %t.d/run.dump
RUN: %run %t %t.d/run.dump
RUN: sort %t.d/run.dump | FileCheck %s