commit | 9d34ccffb7cc4d66f5bb948cfa93dfa9b0923c72 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Feb 04 19:37:49 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Feb 04 19:37:49 2009 +0000 |
tree | 2df3a7a78282ab2115f3a7839bf9ba2e5e8bf161 | |
parent | ec99639de0153172387df59a4c7555dd0e929b7a [diff] |
include smaller header for test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63758 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Preprocessor/includeexpand2.c b/test/Preprocessor/includeexpand2.c index 970c9ab..9e08272 100644 --- a/test/Preprocessor/includeexpand2.c +++ b/test/Preprocessor/includeexpand2.c
@@ -1,4 +1,4 @@ // RUN: clang -Eonly %s -I. -# define HEADER <stdio.h> +# define HEADER <file_to_include.h> # include HEADER