aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/include-directive2.c
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-07-11 14:53:27 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-07-11 14:53:27 +0000
commitdb257698e0721e5e32e5b285869ae6d73b4d21a1 (patch)
tree9dd6bf41d249684604e9a09adfa506d39f7c6715 /test/Preprocessor/include-directive2.c
parentef6de3da8572607f786303c07150daa6e140ab19 (diff)
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
Diffstat (limited to 'test/Preprocessor/include-directive2.c')
-rw-r--r--test/Preprocessor/include-directive2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/include-directive2.c b/test/Preprocessor/include-directive2.c
index 5f1ee3cfbc..b1a9940b44 100644
--- a/test/Preprocessor/include-directive2.c
+++ b/test/Preprocessor/include-directive2.c
@@ -1,5 +1,5 @@
// RUN: %clang_cc1 -ffreestanding -Eonly -verify %s
-# define HEADER <float.h>
+# define HEADER <stdarg.h>
# include HEADER