]> granicus.if.org Git - clang/commitdiff
Remove failing test.
authorZachary Turner <zturner@google.com>
Thu, 20 Sep 2018 22:32:51 +0000 (22:32 +0000)
committerZachary Turner <zturner@google.com>
Thu, 20 Sep 2018 22:32:51 +0000 (22:32 +0000)
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@342693 91177308-0d34-0410-b5e6-96231b3b80d8

test/Preprocessor/include-leading-nonalpha-suggest.c [deleted file]

diff --git a/test/Preprocessor/include-leading-nonalpha-suggest.c b/test/Preprocessor/include-leading-nonalpha-suggest.c
deleted file mode 100644 (file)
index 98ac862..0000000
+++ /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'?}}