Skip to content

Commit a67b4a3

Browse files
committed
[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
1 parent 4c370c5 commit a67b4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/profile/instrprof-error.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %clang_profgen -o %t -O3 %s
2-
// RUN: env LLVM_PROFILE_FILE="%t/" LLVM_PROFILE_VERBOSE_ERRORS=1 %run %t 1 2>&1 | FileCheck %s
2+
// RUN: env LLVM_PROFILE_FILE=%t/ LLVM_PROFILE_VERBOSE_ERRORS=1 %run %t 1 2>&1 | FileCheck %s
33

44
int main(int argc, const char *argv[]) {
55
if (argc < 2)

0 commit comments

Comments
 (0)