From 2b3061c0532ab2a37ab96d3b6039d3e3c8e56836 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Fri, 10 Jul 2015 13:04:41 +0000 Subject: [PATCH] Try to fix the test harder, it still fails on windows for unknown reasons. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241902 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Index/complete-ctor-inits.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Index/complete-ctor-inits.cpp b/test/Index/complete-ctor-inits.cpp index eb10ccdd3d..96f36b65e3 100644 --- a/test/Index/complete-ctor-inits.cpp +++ b/test/Index/complete-ctor-inits.cpp @@ -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 -- 2.40.0