summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/block-call.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Sema/block-call.c')
-rw-r--r--clang/test/Sema/block-call.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/block-call.c b/clang/test/Sema/block-call.c
index 66bf725922a..c52f0ed96bf 100644
--- a/clang/test/Sema/block-call.c
+++ b/clang/test/Sema/block-call.c
@@ -24,7 +24,7 @@ int main() {
int * (^IPCC2) () = IPCC; // expected-warning {{incompatible block pointer types initializing 'int *const (^)()', expected 'int *(^)()'}}
- int (^IPCC3) (const int) = PFR; // expected-warning {{incompatible block pointer types initializing 'int (^)(int)', expected 'int (^)(int const)'}}
+ int (^IPCC3) (const int) = PFR;
int (^IPCC4) (int, char (^CArg) (double));
OpenPOWER on IntegriCloud