summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test
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
commit62f0576c5c9f691ae008710b42c9dc372618385c (patch)
tree1765b8d50e1734c93adf9bbb4f0e73b22685e685 /compiler-rt/test
parent9071729966cc4a541ffcc1dddfbcd1008893f639 (diff)
downloadbcm5719-llvm-62f0576c5c9f691ae008710b42c9dc372618385c.tar.gz
bcm5719-llvm-62f0576c5c9f691ae008710b42c9dc372618385c.zip
[profile] Remove quotes around env variable, NFC
llvm-svn: 264824
Diffstat (limited to 'compiler-rt/test')
-rw-r--r--compiler-rt/test/profile/instrprof-error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/profile/instrprof-error.c b/compiler-rt/test/profile/instrprof-error.c
index 2e4672c8b1b..bba9d0a1b69 100644
--- a/compiler-rt/test/profile/instrprof-error.c
+++ b/compiler-rt/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)
OpenPOWER on IntegriCloud