From: Daniel Dunbar Date: Tue, 8 Dec 2009 21:12:25 +0000 (+0000) Subject: Switch this test to use clang-cc. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b48ed7e172e2a2a6535a0bc89cf40f6de9ec2ef;p=clang Switch this test to use clang-cc. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90875 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Misc/message-length.c b/test/Misc/message-length.c index 841ffc9f61..24f623394d 100644 --- a/test/Misc/message-length.c +++ b/test/Misc/message-length.c @@ -1,5 +1,5 @@ -// RUN: clang -fsyntax-only -fmessage-length=72 %s 2>&1 | FileCheck -strict-whitespace %s -// RUN: clang -fsyntax-only -fmessage-length=1 %s +// RUN: clang-cc -fmessage-length 72 %s 2>&1 | FileCheck -strict-whitespace %s +// RUN: clang-cc -fmessage-length 1 %s // Hack so we can check things better, force the file name and line. # 1 "FILE" 1