Remove failing test.

Removing on behalf of Jorge Moya.  This test is broken on
Windows due to it actually being able to resolve the path.  There
is an actual Windows-specific bug somewhere, but we already have
sufficient test coverage of this with a different test, so removing
this was the approach suggested by Jorge.

llvm-svn: 342693
This commit is contained in:
Zachary Turner 2018-09-20 22:32:51 +00:00
parent 150ca5143b
commit 6dd646beae
1 changed files with 0 additions and 3 deletions

View File

@ -1,3 +0,0 @@
// RUN: %clang_cc1 %s -verify
#include "/empty_file_to_include.h" // expected-error {{'/empty_file_to_include.h' file not found, did you mean 'empty_file_to_include.h'?}}