From c9aa9c00fc99ded37a064d607b71815484e20652 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Wed, 4 Apr 2012 09:05:21 +0000 Subject: [PATCH] Don't actually execute gcc during testing. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154005 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/apple-kext-i386.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/test/Driver/apple-kext-i386.cpp b/test/Driver/apple-kext-i386.cpp index 6c536074df..a09d6a6c9d 100644 --- a/test/Driver/apple-kext-i386.cpp +++ b/test/Driver/apple-kext-i386.cpp @@ -43,5 +43,9 @@ // Check that --serialize-diagnostics does not cause an "argument unused" error. // RUN: %clang -target i386-apple-darwin10 \ -// RUN: -Werror -Wall -Wno-comment -fapple-kext \ -// RUN: --serialize-diagnostics %t.dia -c %s +// RUN: -Werror -Wall -Wno-comment -fapple-kext -### \ +// RUN: --serialize-diagnostics %t.dia -c %s 2>&1 | \ +// RUN: FileCheck --check-prefix=CHECK-UNUSED %s + +// CHECK-UNUSED-NOT: argument unused +// CHECK-UNUSED: cc1plus -- 2.40.0