diff options
Diffstat (limited to 'clang/test/Frontend/stats-file.c')
-rw-r--r-- | clang/test/Frontend/stats-file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Frontend/stats-file.c b/clang/test/Frontend/stats-file.c index 8b4ed194511..c4aa329828f 100644 --- a/clang/test/Frontend/stats-file.c +++ b/clang/test/Frontend/stats-file.c @@ -4,5 +4,5 @@ // ... here come some json values ... // CHECK: } -// RUN: %clang_cc1 -emit-llvm -o %t -stats-file=%T/doesnotexist/bla %s 2>&1 | FileCheck -check-prefix=OUTPUTFAIL %s +// RUN: %clang_cc1 -emit-llvm -o %t -stats-file=%t/doesnotexist/bla %s 2>&1 | FileCheck -check-prefix=OUTPUTFAIL %s // OUTPUTFAIL: warning: unable to open statistics output file '{{.*}}doesnotexist{{.}}bla': '{{[Nn]}}o such file or directory' |