]> granicus.if.org Git - clang/commitdiff
Simplify test to deal with type-based ordering variations
authorDouglas Gregor <dgregor@apple.com>
Mon, 9 Nov 2009 16:22:45 +0000 (16:22 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 9 Nov 2009 16:22:45 +0000 (16:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86552 91177308-0d34-0410-b5e6-96231b3b80d8

test/Index/code-completion.cpp

index 14129cbeb460f18897df9fa5f6047debed1b64cd..313e56d733935fec53bf9392384826752bb3d960 100644 (file)
@@ -34,8 +34,6 @@ void test_overloaded() {
 // CHECK-MEMBER: FieldDecl:{TypedText member}
 // CHECK-MEMBER: FunctionDecl:{Informative Y::}{TypedText memfunc}{LeftParen (}{Optional {Placeholder int i}}{RightParen )}
 // CHECK-MEMBER: FunctionDecl:{Informative X::}{TypedText ~X}{LeftParen (}{RightParen )}
-// CHECK-MEMBER: FunctionDecl:{Informative Y::}{TypedText ~Y}{LeftParen (}{RightParen )}
-// CHECK-MEMBER: FunctionDecl:{TypedText ~Z}{LeftParen (}{RightParen )}
 // CHECK-MEMBER: FunctionDecl:{TypedText operator int}{LeftParen (}{RightParen )}
 // CHECK-MEMBER: FunctionDecl:{TypedText operator=}{LeftParen (}{Placeholder struct Z const &}{RightParen )}
 // CHECK-MEMBER: StructDecl:{TypedText X}{Text ::}