I broke this test in D45498 when I changed the formatter to remove
spaces before Objective-C lightweight generics.
This fixes the test.
Test Plan:
% make -j16 check-llvm-tools-llvm-lit && ./bin/llvm-lit -sv ../llvm/tools/clang/test/Index/comment-objc-parameterized-classes.m
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@329921
91177308-0d34-0410-b5e6-
96231b3b80d8
@interface NSObject
@end
-// CHECK: <Declaration>@interface A <__covariant T : id, U : NSObject *> : NSObject
+// CHECK: <Declaration>@interface A<__covariant T : id, U : NSObject *> : NSObject
/// A
@interface A<__covariant T : id, U : NSObject *> : NSObject
@end