diff options
author | Nico Weber <nicolasweber@gmx.de> | 2012-09-26 09:02:07 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2012-09-26 09:02:07 +0000 |
commit | c888133119dece5f3a60a1f02a8a3c3916898206 (patch) | |
tree | afb60de2eac34c4020ff04e145c44c2fe006fd6c | |
parent | 93dec51750411678bb9c5bc1b27b259f5f5a23bd (diff) |
Make this test actually test something
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164677 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Sema/no-format-y2k-turnsoff-format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/no-format-y2k-turnsoff-format.c b/test/Sema/no-format-y2k-turnsoff-format.c index b206ecdfc1..a26a0ce957 100644 --- a/test/Sema/no-format-y2k-turnsoff-format.c +++ b/test/Sema/no-format-y2k-turnsoff-format.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -verify -fsyntax-only -Wformat -Wno-format-y2k +// RUN: %clang_cc1 -verify -fsyntax-only -Wformat -Wno-format-y2k %s // rdar://9504680 void foo(const char *, ...) __attribute__((__format__ (__printf__, 1, 2))); |