From: Chris Lattner Date: Sun, 10 Jan 2010 00:36:16 +0000 (+0000) Subject: add comment to test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28b6bdb12ca584912e9831cce5387242e9c95a57;p=clang add comment to test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93085 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;