r348543 - Add more expected content to match in test
Stephen Kelly via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 6 15:23:10 PST 2018
Author: steveire
Date: Thu Dec 6 15:23:10 2018
New Revision: 348543
URL: http://llvm.org/viewvc/llvm-project?rev=348543&view=rev
Log:
Add more expected content to match in test
Modified:
cfe/trunk/test/AST/ast-dump-decl.m
Modified: cfe/trunk/test/AST/ast-dump-decl.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/AST/ast-dump-decl.m?rev=348543&r1=348542&r2=348543&view=diff
==============================================================================
--- cfe/trunk/test/AST/ast-dump-decl.m (original)
+++ cfe/trunk/test/AST/ast-dump-decl.m Thu Dec 6 15:23:10 2018
@@ -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 {
More information about the cfe-commits
mailing list