diff options
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/Driver/at_file_missing.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Driver/at_file_missing.c b/clang/test/Driver/at_file_missing.c index 0189a8bb757..23645a5d3f9 100644 --- a/clang/test/Driver/at_file_missing.c +++ b/clang/test/Driver/at_file_missing.c @@ -1,7 +1,7 @@ // Make sure that arguments that begin with @ are left as is in the argument // stream, and also that @file arguments continue to be processed. -// RUN: echo "%s -D FOO" > %t.args -// RUN: %clang -rpath @executable_path/../lib @%t.args -### 2>&1 | FileCheck %s +// RUN: echo "-D FOO" > %t.args +// RUN: %clang -rpath @executable_path/../lib @%t.args %s -### 2>&1 | FileCheck %s // CHECK: "-D" "FOO" // CHECK: "-rpath" "@executable_path/../lib" |

