mirror of https://github.com/microsoft/clang.git
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:
parent
b3bb0e871c
commit
2050079cf4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue