From e8b87f908666c444bcf0c0e40876f612f5615498 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Sun, 24 Mar 2013 11:30:15 +0000 Subject: 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 --- test/Driver/no-integrated-as-win.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/Driver') 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" -- cgit v1.2.3-18-g5258