summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/test/AST/ast-dump-decl.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/AST/ast-dump-decl.m b/clang/test/AST/ast-dump-decl.m
index b95ca1a7608..c8ea1c3ec04 100644
--- a/clang/test/AST/ast-dump-decl.m
+++ b/clang/test/AST/ast-dump-decl.m
@@ -85,9 +85,9 @@
}
@end
// CHECK: ObjCInterfaceDecl{{.*}} TestGenericInterface
-// CHECK-NEXT: -ObjCTypeParamDecl
-// CHECK-NEXT: -super ObjCInterface
-// CHECK-NEXT: -ObjCProtocol
+// CHECK-NEXT: -ObjCTypeParamDecl {{.+}} <col:33> col:33 T 'id':'id'
+// CHECK-NEXT: -super ObjCInterface {{.+}} 'A'
+// CHECK-NEXT: -ObjCProtocol {{.+}} 'P'
@implementation TestObjCClass (TestObjCCategoryDecl)
- (void) bar {
OpenPOWER on IntegriCloud