commit | 9f8f17cfdd6b7d1625386ad3d7a65bc4b1307885 | [log] [tgz] |
---|---|---|
author | Fariborz Jahanian <fjahanian@apple.com> | Fri May 15 20:49:33 2009 +0000 |
committer | Fariborz Jahanian <fjahanian@apple.com> | Fri May 15 20:49:33 2009 +0000 |
tree | a2a9597e467da0ac1eef9e598835c4737855b142 | |
parent | 50557a77cfc5c182d450766bf77b1f017305d494 [diff] [blame] |
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 68d3614..c78f526 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)));