From: Chris Lattner Date: Sun, 8 Feb 2009 19:44:51 +0000 (+0000) Subject: just remove this insane testcase :) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41df3f32ac127206c1bbda10bb9474a80d6b3ab2;p=clang just remove this insane testcase :) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64087 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/env-include-paths.c b/test/Driver/env-include-paths.c deleted file mode 100644 index 90d023c14c..0000000000 --- a/test/Driver/env-include-paths.c +++ /dev/null @@ -1,23 +0,0 @@ -// RUN: clang -fsyntax-only -verify -DAS_SOURCE %s && -// RUN: env CPATH="" clang -fsyntax-only -verify -DAS_SOURCE %s && -// RUN: env CPATH="xyz:xyz" clang -fsyntax-only -verify -DAS_SOURCE %s && -// RUN: cd $(dirname %s) && -// RUN: env CPATH="xyz::xyz" clang -fsyntax-only -verify -DSHOULD_FIND -DAS_SOURCE %s -// XFAIL -// fails due to exact diagnostic matching - -#ifdef AS_SOURCE -#undef AS_SOURCE - -#define AS_INCLUDE - -#ifdef SHOULD_FIND -#include -#endif - -#undef AS_INCLUDE - -#endif - - -/* expected-warning {{Hello}} */ #warning "Hello"