projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d408819
)
Add more expected content to match in test
author
Stephen Kelly
<steveire@gmail.com>
Thu, 6 Dec 2018 23:23:10 +0000
(23:23 +0000)
committer
Stephen Kelly
<steveire@gmail.com>
Thu, 6 Dec 2018 23:23:10 +0000
(23:23 +0000)
llvm-svn: 348543
clang/test/AST/ast-dump-decl.m
patch
|
blob
|
history
diff --git
a/clang/test/AST/ast-dump-decl.m
b/clang/test/AST/ast-dump-decl.m
index
b95ca1a
..
c8ea1c3
100644
(file)
--- 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 {