[cfe-commits] r63758 - /cfe/trunk/test/Preprocessor/includeexpand2.c

Chris Lattner sabre at nondot.org
Wed Feb 4 11:37:49 PST 2009


Author: lattner
Date: Wed Feb  4 13:37:49 2009
New Revision: 63758

URL: http://llvm.org/viewvc/llvm-project?rev=63758&view=rev
Log:
include smaller header for test.

Modified:
    cfe/trunk/test/Preprocessor/includeexpand2.c

Modified: cfe/trunk/test/Preprocessor/includeexpand2.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/includeexpand2.c?rev=63758&r1=63757&r2=63758&view=diff

==============================================================================
--- cfe/trunk/test/Preprocessor/includeexpand2.c (original)
+++ cfe/trunk/test/Preprocessor/includeexpand2.c Wed Feb  4 13:37:49 2009
@@ -1,4 +1,4 @@
 // RUN: clang -Eonly %s -I.
-#  define HEADER <stdio.h>
+#  define HEADER <file_to_include.h>
 
 #  include HEADER





More information about the cfe-commits mailing list