diff options
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 841ffc9..24f6233 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 |