From: NAKAMURA Takumi Date: Sat, 19 Apr 2014 16:49:22 +0000 (+0000) Subject: clang/test/Index/pch-with-errors.c: Remove XFAIL added in r206294. It has been fixed... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c6210d16183fa3e089f3b899fb62e9f5d46040c;p=clang clang/test/Index/pch-with-errors.c: Remove XFAIL added in r206294. It has been fixed since r206644. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206685 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Index/pch-with-errors.c b/test/Index/pch-with-errors.c index 71bd83528f..5c94a8a8e4 100644 --- a/test/Index/pch-with-errors.c +++ b/test/Index/pch-with-errors.c @@ -42,6 +42,3 @@ void foo(void) { // RUN: not c-index-test -write-pch %t.pch foobar.c 2>&1 | FileCheck -check-prefix=NONEXISTENT %s // NONEXISTENT: Unable to load translation unit - -// FIXME: Investigating since r206202. -// XFAIL: mingw32