mirror of https://github.com/microsoft/clang.git
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
This commit is contained in:
parent
ad46d685ae
commit
7c6210d161
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue