]> granicus.if.org Git - clang/commitdiff
add comment to test.
authorChris Lattner <sabre@nondot.org>
Sun, 10 Jan 2010 00:36:16 +0000 (00:36 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 10 Jan 2010 00:36:16 +0000 (00:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93085 91177308-0d34-0410-b5e6-96231b3b80d8

test/Preprocessor/foo.framework/Headers/foo.h

index 1b3f83492b5e45dd15a4cc9078d7bed8e3e8c2f5..b08d948fabff0297cea878d3bcdaf22b765d5685 100644 (file)
@@ -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;