We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c370c5 commit a67b4a3Copy full SHA for a67b4a3
test/profile/instrprof-error.c
@@ -1,5 +1,5 @@
1
// 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
+// RUN: env LLVM_PROFILE_FILE=%t/ LLVM_PROFILE_VERBOSE_ERRORS=1 %run %t 1 2>&1 | FileCheck %s
3
4
int main(int argc, const char *argv[]) {
5
if (argc < 2)
0 commit comments