diff options
Diffstat (limited to 'clang/test/Driver/darwin-as.c')
-rw-r--r-- | clang/test/Driver/darwin-as.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/darwin-as.c b/clang/test/Driver/darwin-as.c index 24c7cd2fd9a..e33b937b75a 100644 --- a/clang/test/Driver/darwin-as.c +++ b/clang/test/Driver/darwin-as.c @@ -1,5 +1,5 @@ // RUN: clang -ccc-host-triple i386-apple-darwin10 -### -x assembler -c %s -static -dynamic 2>%t && -// RUN: FileCheck -check-prefix=STATIC_AND_DYNAMIC-32 --input-file %t %s +// RUN: FileCheck -check-prefix=STATIC_AND_DYNAMIC-32 --input-file %t %s && // CHECK-STATIC_AND_DYNAMIC-32: as" "-arch" "i386" "-force_cpusubtype_ALL" "-static" "-o" |