summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSean Silva <chisophugis@gmail.com>2016-03-28 19:34:22 +0000
committerSean Silva <chisophugis@gmail.com>2016-03-28 19:34:22 +0000
commit20268bc8dda521ae6df45e19bd2d7a5dc4b97179 (patch)
tree01a36ff3d29dc434fc4483081d96f67053ffda69 /test
parent71491c7a554af2c66dea1c138b6305a28d497024 (diff)
[libprofile] Make this test not depend on previous runs.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@264626 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/profile/gcc-flag-compatibility.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/profile/gcc-flag-compatibility.test b/test/profile/gcc-flag-compatibility.test
index 8e8b55daf..b1087615e 100644
--- a/test/profile/gcc-flag-compatibility.test
+++ b/test/profile/gcc-flag-compatibility.test
@@ -1,3 +1,4 @@
+RUN: rm -rf %t.d
RUN: mkdir -p %t.d
RUN: %clang_profgen_gcc=%t.d/d1/d2 -o %t.d/code %S/Inputs/gcc-flag-compatibility.c