[cfe-commits] r134896 - /cfe/trunk/test/Preprocessor/include-directive2.c
NAKAMURA Takumi
geek4civic at gmail.com
Mon Jul 11 07:53:27 PDT 2011
Author: chapuni
Date: Mon Jul 11 09:53:27 2011
New Revision: 134896
URL: http://llvm.org/viewvc/llvm-project?rev=134896&view=rev
Log:
test/Preprocessor/include-directive2.c: Get rid of using <float.h> to avoid #include_next on mingw.
Modified:
cfe/trunk/test/Preprocessor/include-directive2.c
Modified: cfe/trunk/test/Preprocessor/include-directive2.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/include-directive2.c?rev=134896&r1=134895&r2=134896&view=diff
==============================================================================
--- cfe/trunk/test/Preprocessor/include-directive2.c (original)
+++ cfe/trunk/test/Preprocessor/include-directive2.c Mon Jul 11 09:53:27 2011
@@ -1,5 +1,5 @@
// RUN: %clang_cc1 -ffreestanding -Eonly -verify %s
-# define HEADER <float.h>
+# define HEADER <stdarg.h>
# include HEADER
More information about the cfe-commits
mailing list