[cfe-commits] r64087 - /cfe/trunk/test/Driver/env-include-paths.c

Chris Lattner sabre at nondot.org
Sun Feb 8 11:44:53 PST 2009


Author: lattner
Date: Sun Feb  8 13:44:51 2009
New Revision: 64087

URL: http://llvm.org/viewvc/llvm-project?rev=64087&view=rev
Log:
just remove this insane testcase :)

Removed:
    cfe/trunk/test/Driver/env-include-paths.c

Removed: cfe/trunk/test/Driver/env-include-paths.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/env-include-paths.c?rev=64086&view=auto

==============================================================================
--- cfe/trunk/test/Driver/env-include-paths.c (original)
+++ cfe/trunk/test/Driver/env-include-paths.c (removed)
@@ -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 <env-include-paths.c>
-#endif
-
-#undef AS_INCLUDE
-
-#endif
-
-
-/* expected-warning {{Hello}} */ #warning "Hello"





More information about the cfe-commits mailing list