[cfe-commits] r63766 - /cfe/trunk/test/Preprocessor/include-directive2.c

Chris Lattner sabre at nondot.org
Wed Feb 4 11:47:38 PST 2009


Author: lattner
Date: Wed Feb  4 13:47:38 2009
New Revision: 63766

URL: http://llvm.org/viewvc/llvm-project?rev=63766&view=rev
Log:
smaller header.

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=63766&r1=63765&r2=63766&view=diff

==============================================================================
--- cfe/trunk/test/Preprocessor/include-directive2.c (original)
+++ cfe/trunk/test/Preprocessor/include-directive2.c Wed Feb  4 13:47:38 2009
@@ -1,4 +1,4 @@
 // RUN: clang -Eonly %s 
-#  define HEADER <stdlib.h>
+#  define HEADER <float.h>
 
 #  include HEADER





More information about the cfe-commits mailing list