diff options
author | Chris Lattner <sabre@nondot.org> | 2009-02-04 19:37:49 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-02-04 19:37:49 +0000 |
commit | 4da9f9cbb94269f55cef697f18c5a7f14bc542d4 (patch) | |
tree | 2df3a7a78282ab2115f3a7839bf9ba2e5e8bf161 | |
parent | 7bd154ac8a1f5a5e2b9cff5d27e8dc7dfc924c09 (diff) |
include smaller header for test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63758 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Preprocessor/includeexpand2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/includeexpand2.c b/test/Preprocessor/includeexpand2.c index 970c9abe40..9e08272d03 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 |