diff options
Diffstat (limited to 'clang/test/Frontend/output-failures.c')
| -rw-r--r-- | clang/test/Frontend/output-failures.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Frontend/output-failures.c b/clang/test/Frontend/output-failures.c index e2af7c7ddc9..2b5aba6ab9e 100644 --- a/clang/test/Frontend/output-failures.c +++ b/clang/test/Frontend/output-failures.c @@ -1,4 +1,4 @@ // RUN: not %clang_cc1 -emit-llvm -o %S/doesnotexist/somename %s 2> %t // RUN: FileCheck -check-prefix=OUTPUTFAIL -input-file=%t %s -// OUTPUTFAIL: Error opening output file '{{.*}}doesnotexist{{.*}}' +// OUTPUTFAIL: unable to open output file '{{.*}}doesnotexist{{.*}}': 'Parent directory doesn't exist' |

