From 62f0576c5c9f691ae008710b42c9dc372618385c Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Wed, 30 Mar 2016 04:36:10 +0000 Subject: [PATCH] [profile] Remove quotes around env variable, NFC llvm-svn: 264824 --- compiler-rt/test/profile/instrprof-error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/test/profile/instrprof-error.c b/compiler-rt/test/profile/instrprof-error.c index 2e4672c..bba9d0a 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) -- 2.7.4