r317737 - Remove redundant copy-pasted comment in test file from r317736
Alex Lorenz via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 8 14:47:15 PST 2017
Author: arphaman
Date: Wed Nov 8 14:47:15 2017
New Revision: 317737
URL: http://llvm.org/viewvc/llvm-project?rev=317737&view=rev
Log:
Remove redundant copy-pasted comment in test file from r317736
Modified:
cfe/trunk/test/SemaObjC/block-literal-with-attribute.m
Modified: cfe/trunk/test/SemaObjC/block-literal-with-attribute.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaObjC/block-literal-with-attribute.m?rev=317737&r1=317736&r2=317737&view=diff
==============================================================================
--- cfe/trunk/test/SemaObjC/block-literal-with-attribute.m (original)
+++ cfe/trunk/test/SemaObjC/block-literal-with-attribute.m Wed Nov 8 14:47:15 2017
@@ -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
More information about the cfe-commits
mailing list