commit | 72845576a249fc4ce8ea3a9ef1289865e4460dba | [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 | 1967cd8ca24225c1010d31f258e517a4e113820c [diff] |
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)));