summaryrefslogtreecommitdiff
path: root/test/profile/instrprof-error.c
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2016-03-30 04:36:10 +0000
committerVedant Kumar <vsk@apple.com>2016-03-30 04:36:10 +0000
commita67b4a35ab897730d7847a96ca4b20925e0c7c38 (patch)
tree5358e8239efacaf1d9f82f17e91b8f60a66f6482 /test/profile/instrprof-error.c
parent4c370c5d3e82c2e043b83b778950ca3056976e9f (diff)
[profile] Remove quotes around env variable, NFC
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@264824 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/profile/instrprof-error.c')
-rw-r--r--test/profile/instrprof-error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profile/instrprof-error.c b/test/profile/instrprof-error.c
index 2e4672c8b..bba9d0a1b 100644
--- a/test/profile/instrprof-error.c
+++ b/test/profile/instrprof-error.c
@@ -1,5 +1,5 @@
// RUN: %clang_profgen -o %t -O3 %s
-// RUN: env LLVM_PROFILE_FILE="%t/" LLVM_PROFILE_VERBOSE_ERRORS=1 %run %t 1 2>&1 | FileCheck %s
+// RUN: env LLVM_PROFILE_FILE=%t/ LLVM_PROFILE_VERBOSE_ERRORS=1 %run %t 1 2>&1 | FileCheck %s
int main(int argc, const char *argv[]) {
if (argc < 2)