commit | 4da9f9cbb94269f55cef697f18c5a7f14bc542d4 | [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 | 7bd154ac8a1f5a5e2b9cff5d27e8dc7dfc924c09 [diff] [blame] |
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