From d68ad7956adbbb0a0f0edc0fa8ae4e5f72252134 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 6 Dec 2018 23:23:10 +0000 Subject: [PATCH] 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 --- test/AST/ast-dump-decl.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 { -- 2.40.0