From: Fariborz Jahanian Date: Fri, 15 May 2009 20:49:33 +0000 (+0000) Subject: added -fblocks to the test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f8f17cfdd6b7d1625386ad3d7a65bc4b1307885;p=clang added -fblocks to the test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71890 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Sema/block-sentinel-attribute.c b/test/Sema/block-sentinel-attribute.c index 68d3614eee..c78f526cdf 100644 --- a/test/Sema/block-sentinel-attribute.c +++ b/test/Sema/block-sentinel-attribute.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only -verify %s +// RUN: clang-cc -fblocks -fsyntax-only -verify %s void (^e) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (1,1)));