Skip to content
Snippets Groups Projects
Commit 179b45cb authored by NAKAMURA Takumi's avatar NAKAMURA Takumi
Browse files

clang/test/Driver/working-directory.c: Exclude msys bash rather than tweaking expressions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189927 91177308-0d34-0410-b5e6-96231b3b80d8
parent 912502b4
No related branches found
No related tags found
No related merge requests found
// RUN: %clang -### -working-directory /no/such/dir/ input 2>&1 | FileCheck %s // RUN: %clang -### -working-directory /no/such/dir/ input 2>&1 | FileCheck %s
// REQUIRES: shell-preserves-root
//CHECK: no such file or directory: '/no/such/dir/input' //CHECK: no such file or directory: '/no/such/dir/input'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment