diff options
-rw-r--r-- | test/Preprocessor/framework-include.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/framework-include.m b/test/Preprocessor/framework-include.m index 3de378ed18..7e50f18f39 100644 --- a/test/Preprocessor/framework-include.m +++ b/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> |