Remove redundant copy-pasted comment in test file from r317736

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317737 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Alex Lorenz 2017-11-08 22:47:15 +00:00
parent b3bb0e871c
commit 2050079cf4
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
// RUN: %clang_cc1 -fsyntax-only %s -verify -fblocks -fobjc-arc
// RUN: %clang_cc1 -fsyntax-only %s -verify -fblocks
// FIXME: should compile
__auto_type block = ^ id __attribute__((ns_returns_retained)) (id filter) {
return filter; // ok