]> granicus.if.org Git - clang/commitdiff
Add more expected content to match in test
authorStephen Kelly <steveire@gmail.com>
Thu, 6 Dec 2018 23:23:10 +0000 (23:23 +0000)
committerStephen Kelly <steveire@gmail.com>
Thu, 6 Dec 2018 23:23:10 +0000 (23:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348543 91177308-0d34-0410-b5e6-96231b3b80d8

test/AST/ast-dump-decl.m

index b95ca1a760853bc3a6eb7ab4914485e34d4a4bc6..c8ea1c3ec04362dad25439fc68dbfec76bf9941f 100644 (file)
@@ -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 {