diff options
author | Chris Lattner <sabre@nondot.org> | 2010-01-10 00:36:16 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-01-10 00:36:16 +0000 |
commit | 28b6bdb12ca584912e9831cce5387242e9c95a57 (patch) | |
tree | d619e43221810f657c7dfef837173a70ef9294f9 | |
parent | c1abafc4fad5fc5ae0d428d0074495e3d2164f98 (diff) |
add comment to test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93085 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Preprocessor/foo.framework/Headers/foo.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Preprocessor/foo.framework/Headers/foo.h b/test/Preprocessor/foo.framework/Headers/foo.h index 1b3f83492b..b08d948fab 100644 --- a/test/Preprocessor/foo.framework/Headers/foo.h +++ b/test/Preprocessor/foo.framework/Headers/foo.h @@ -1,4 +1,6 @@ -#include "bar.h" +// This should warn: published framework headers should always +// #import headers within the framework with framework paths. +#include "bar.h" int x; |