From: Douglas Gregor Date: Mon, 9 Nov 2009 16:22:45 +0000 (+0000) Subject: Simplify test to deal with type-based ordering variations X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4bb2c284f5bfd34fe9c03050059349f8f43c5620;p=clang Simplify test to deal with type-based ordering variations git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86552 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Index/code-completion.cpp b/test/Index/code-completion.cpp index 14129cbeb4..313e56d733 100644 --- a/test/Index/code-completion.cpp +++ b/test/Index/code-completion.cpp @@ -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 ::}