diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-04-19 16:49:22 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-04-19 16:49:22 +0000 |
| commit | f0c40f7952122b795f9aa8e58b65ff4b6401d837 (patch) | |
| tree | 0e749c38694784fd5b6bcd651b4c6294d69f5c1e | |
| parent | d7ba46b287c29f8b188a6515f3911bb7817a455d (diff) | |
| download | bcm5719-llvm-f0c40f7952122b795f9aa8e58b65ff4b6401d837.tar.gz bcm5719-llvm-f0c40f7952122b795f9aa8e58b65ff4b6401d837.zip | |
clang/test/Index/pch-with-errors.c: Remove XFAIL added in r206294. It has been fixed since r206644.
llvm-svn: 206685
| -rw-r--r-- | clang/test/Index/pch-with-errors.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/test/Index/pch-with-errors.c b/clang/test/Index/pch-with-errors.c index 71bd83528f1..5c94a8a8e4d 100644 --- a/clang/test/Index/pch-with-errors.c +++ b/clang/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 |

