[cfe-commits] r86552 - /cfe/trunk/test/Index/code-completion.cpp

Douglas Gregor dgregor at apple.com
Mon Nov 9 08:22:45 PST 2009


Author: dgregor
Date: Mon Nov  9 10:22:45 2009
New Revision: 86552

URL: http://llvm.org/viewvc/llvm-project?rev=86552&view=rev
Log:
Simplify test to deal with type-based ordering variations

Modified:
    cfe/trunk/test/Index/code-completion.cpp

Modified: cfe/trunk/test/Index/code-completion.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/code-completion.cpp?rev=86552&r1=86551&r2=86552&view=diff

==============================================================================
--- cfe/trunk/test/Index/code-completion.cpp (original)
+++ cfe/trunk/test/Index/code-completion.cpp Mon Nov  9 10:22:45 2009
@@ -34,8 +34,6 @@
 // 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 ::}





More information about the cfe-commits mailing list