diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2015-07-10 13:04:41 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2015-07-10 13:04:41 +0000 |
| commit | 0429b7aeb49098269557fe19af0f4c687bdc7ecc (patch) | |
| tree | 759b3d7d1dcd5526d0304d354ddad4e3cdb3428b | |
| parent | 88eb535b2d3ca7f26dd27d7d2b9372c81a9398af (diff) | |
| download | bcm5719-llvm-0429b7aeb49098269557fe19af0f4c687bdc7ecc.tar.gz bcm5719-llvm-0429b7aeb49098269557fe19af0f4c687bdc7ecc.zip | |
Try to fix the test harder, it still fails on windows for unknown reasons.
llvm-svn: 241902
| -rw-r--r-- | clang/test/Index/complete-ctor-inits.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/complete-ctor-inits.cpp b/clang/test/Index/complete-ctor-inits.cpp index eb10ccdd3d2..96f36b65e3d 100644 --- a/clang/test/Index/complete-ctor-inits.cpp +++ b/clang/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 |

