r206685 - clang/test/Index/pch-with-errors.c: Remove XFAIL added in r206294. It has been fixed since r206644.

NAKAMURA Takumi geek4civic at gmail.com
Sat Apr 19 09:49:22 PDT 2014


Author: chapuni
Date: Sat Apr 19 11:49:22 2014
New Revision: 206685

URL: http://llvm.org/viewvc/llvm-project?rev=206685&view=rev
Log:
clang/test/Index/pch-with-errors.c: Remove XFAIL added in r206294. It has been fixed since r206644.

Modified:
    cfe/trunk/test/Index/pch-with-errors.c

Modified: cfe/trunk/test/Index/pch-with-errors.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/pch-with-errors.c?rev=206685&r1=206684&r2=206685&view=diff
==============================================================================
--- cfe/trunk/test/Index/pch-with-errors.c (original)
+++ cfe/trunk/test/Index/pch-with-errors.c Sat Apr 19 11:49:22 2014
@@ -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





More information about the cfe-commits mailing list