diff options
-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; |