diff options
Diffstat (limited to 'clang/test/Preprocessor/framework-include.m')
-rw-r--r-- | clang/test/Preprocessor/framework-include.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/framework-include.m b/clang/test/Preprocessor/framework-include.m index 3de378ed18c..7e50f18f39b 100644 --- a/clang/test/Preprocessor/framework-include.m +++ b/clang/test/Preprocessor/framework-include.m @@ -1,4 +1,4 @@ -// RUN: %clang -E -F%S %s 2>&1 | grep "Headers/foo.h:1:10: warning: published framework headers should always #import headers within the framework with framework paths" +// RUN: %clang -E -F%S %s 2>&1 | grep "published framework headers should always #import headers within the framework with framework paths" // rdar://7520940 #include <foo/foo.h> |