test/Preprocessor/include-directive2.c: Get rid of using <float.h> to avoid #include_next on mingw.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134896 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2011-07-11 14:53:27 +00:00
parent ef6de3da85
commit db257698e0
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
// RUN: %clang_cc1 -ffreestanding -Eonly -verify %s
# define HEADER <float.h>
# define HEADER <stdarg.h>
# include HEADER