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


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to