diff options
author | Chris Lattner <sabre@nondot.org> | 2010-01-10 00:59:17 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-01-10 00:59:17 +0000 |
commit | 92fe5204370f3e61cdf3c72a4a2a0460366fb613 (patch) | |
tree | 0650a1303454454d19f8ab419c686c3019b69d01 | |
parent | 1ee4b9e6d2d0d031708e2e6dd52aa9e32b83f1c3 (diff) |
try to make this more stable?
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93090 91177308-0d34-0410-b5e6-96231b3b80d8
-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> |