From: Stephen Kelly Date: Thu, 6 Dec 2018 23:23:10 +0000 (+0000) Subject: Add more expected content to match in test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d68ad7956adbbb0a0f0edc0fa8ae4e5f72252134;p=clang Add more expected content to match in test git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348543 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/AST/ast-dump-decl.m b/test/AST/ast-dump-decl.m index b95ca1a760..c8ea1c3ec0 100644 --- a/test/AST/ast-dump-decl.m +++ b/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 T 'id':'id' +// CHECK-NEXT: -super ObjCInterface {{.+}} 'A' +// CHECK-NEXT: -ObjCProtocol {{.+}} 'P' @implementation TestObjCClass (TestObjCCategoryDecl) - (void) bar {