From: Nico Weber Date: Wed, 26 Sep 2012 09:02:07 +0000 (+0000) Subject: Make this test actually test something X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c888133119dece5f3a60a1f02a8a3c3916898206;p=clang Make this test actually test something git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164677 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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)));