r241902 - Try to fix the test harder, it still fails on windows for unknown reasons.

Benjamin Kramer benny.kra at googlemail.com
Fri Jul 10 06:04:41 PDT 2015


Author: d0k
Date: Fri Jul 10 08:04:41 2015
New Revision: 241902

URL: http://llvm.org/viewvc/llvm-project?rev=241902&view=rev
Log:
Try to fix the test harder, it still fails on windows for unknown reasons.

Modified:
    cfe/trunk/test/Index/complete-ctor-inits.cpp

Modified: cfe/trunk/test/Index/complete-ctor-inits.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/complete-ctor-inits.cpp?rev=241902&r1=241901&r2=241902&view=diff
==============================================================================
--- cfe/trunk/test/Index/complete-ctor-inits.cpp (original)
+++ cfe/trunk/test/Index/complete-ctor-inits.cpp Fri Jul 10 08:04:41 2015
@@ -51,6 +51,6 @@ struct PR23948 {
 // CHECK-CC3-NOT: NotImplemented:{TypedText Virt}{LeftParen (}{Placeholder args}{RightParen )}
 // CHECK-CC3: NotImplemented:{TypedText Y}{LeftParen (}{Placeholder args}{RightParen )} (35)
 
-// RUN: c-index-test -code-completion-at=%s:22:10 -fno-delayed-template-parsing %s | FileCheck -check-prefix=CHECK-CC4 %s
+// RUN: c-index-test -code-completion-at=%s:22:10 -target i386-apple-darwin %s | FileCheck -check-prefix=CHECK-CC4 %s
 // CHECK-CC4: MemberRef:{TypedText a}{LeftParen (}{Placeholder args}{RightParen )} (7)
 // RUN: c-index-test -code-completion-at=%s:26:10 %s





More information about the cfe-commits mailing list