diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-07-11 21:58:44 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-07-11 21:58:44 +0000 |
commit | d0c13585b64bbd24463e938d6451722f068f8b86 (patch) | |
tree | 5111a43f07f0c14cbfc7d2e3f6664741244bef6a | |
parent | 46d37c10404097eed7c173b17e52693edcb66486 (diff) |
Add missing header file for the test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134927 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Preprocessor/warn-macro-unused.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Preprocessor/warn-macro-unused.h b/test/Preprocessor/warn-macro-unused.h new file mode 100644 index 0000000000..0c2c267fcf --- /dev/null +++ b/test/Preprocessor/warn-macro-unused.h @@ -0,0 +1 @@ +#define unused_from_header |