]> granicus.if.org Git - clang/commitdiff
Make this test actually test something
authorNico Weber <nicolasweber@gmx.de>
Wed, 26 Sep 2012 09:02:07 +0000 (09:02 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 26 Sep 2012 09:02:07 +0000 (09:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164677 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/no-format-y2k-turnsoff-format.c

index b206ecdfc155c8425c254bdc31ebe75e3c8b57c7..a26a0ce9570983d2e55a5e305fc3b3aacf99d2e6 100644 (file)
@@ -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)));