From 6dd646beaefa0e5b2a037196c65cefafbaf85940 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Thu, 20 Sep 2018 22:32:51 +0000 Subject: [PATCH] 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 --- clang/test/Preprocessor/include-leading-nonalpha-suggest.c | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 clang/test/Preprocessor/include-leading-nonalpha-suggest.c diff --git a/clang/test/Preprocessor/include-leading-nonalpha-suggest.c b/clang/test/Preprocessor/include-leading-nonalpha-suggest.c deleted file mode 100644 index 98ac862838c0..000000000000 --- a/clang/test/Preprocessor/include-leading-nonalpha-suggest.c +++ /dev/null @@ -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'?}}