diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-12-08 21:12:25 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-12-08 21:12:25 +0000 |
commit | 2b48ed7e172e2a2a6535a0bc89cf40f6de9ec2ef (patch) | |
tree | 6e7b8cb6a3e53113bb78d7581e1240f904c202d3 /test/Misc/message-length.c | |
parent | 0cedfbdb44d865f38ec2de4bf92838f53c5607ec (diff) |
Switch this test to use clang-cc.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90875 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Misc/message-length.c')
-rw-r--r-- | test/Misc/message-length.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |