From: Alex Lorenz Date: Wed, 8 Nov 2017 22:47:15 +0000 (+0000) Subject: Remove redundant copy-pasted comment in test file from r317736 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2050079cf4e23fb5653026ad9c432b3a3e188cd9;p=clang 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 --- diff --git a/test/SemaObjC/block-literal-with-attribute.m b/test/SemaObjC/block-literal-with-attribute.m index 24ef2aafa8..2a8057927e 100644 --- a/test/SemaObjC/block-literal-with-attribute.m +++ b/test/SemaObjC/block-literal-with-attribute.m @@ -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