Remove redundant copy-pasted comment in test file from r317736
authorAlex Lorenz <arphaman@gmail.com>
Wed, 8 Nov 2017 22:47:15 +0000 (22:47 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Wed, 8 Nov 2017 22:47:15 +0000 (22:47 +0000)
llvm-svn: 317737

clang/test/SemaObjC/block-literal-with-attribute.m

index 24ef2aa..2a80579 100644 (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