diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2013-03-24 11:30:15 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2013-03-24 11:30:15 +0000 |
commit | e8b87f908666c444bcf0c0e40876f612f5615498 (patch) | |
tree | 31a6b74c6fb1e6f5675631eb847216c3a56767c5 /test/Driver | |
parent | 495cfa46300979642acde8d93a1f21c9291dac98 (diff) |
Don't actually invoke codegen in driver test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177838 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Driver')
-rw-r--r-- | test/Driver/no-integrated-as-win.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Driver/no-integrated-as-win.c b/test/Driver/no-integrated-as-win.c index 5e170bd90b..298e885586 100644 --- a/test/Driver/no-integrated-as-win.c +++ b/test/Driver/no-integrated-as-win.c @@ -1,3 +1,3 @@ -// RUN: %clang -target x86_64-pc-win32 -no-integrated-as %s -c -v 2>&1 | FileCheck %s +// RUN: %clang -target x86_64-pc-win32 -### -no-integrated-as %s -c 2>&1 | FileCheck %s -// CHECK: cc1as -triple x86_64-pc-win32 +// CHECK: cc1as" "-triple" "x86_64-pc-win32" |