summaryrefslogtreecommitdiff
path: root/test/PCH
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2013-05-15 15:27:35 +0000
committerFariborz Jahanian <fjahanian@apple.com>2013-05-15 15:27:35 +0000
commit14040142a3b3c1029092bc1f7c51e347c3fa8f89 (patch)
tree25a8f3ce2536abffc903eb3be145b2a5e4fa9ec5 /test/PCH
parent92b522db4e3d79e2fab5fd4ce1574afef201ae58 (diff)
downloadclang-14040142a3b3c1029092bc1f7c51e347c3fa8f89.tar.gz
clang-14040142a3b3c1029092bc1f7c51e347c3fa8f89.tar.bz2
clang-14040142a3b3c1029092bc1f7c51e347c3fa8f89.tar.xz
improve of note message and minor refactoring of my last
patch (r181847). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181896 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/PCH')
-rw-r--r--test/PCH/chain-categories2.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/PCH/chain-categories2.m b/test/PCH/chain-categories2.m
index 8cb06a857c..50eea2a560 100644
--- a/test/PCH/chain-categories2.m
+++ b/test/PCH/chain-categories2.m
@@ -45,7 +45,7 @@
#else
//===----------------------------------------------------------------------===//
-// expected-note@30 {{receiver is object of the class that is declared here}}
+// expected-note@30 {{receiver is instance of class declared here}}
void f(I* i) {
[i meth]; // expected-warning {{not found}}
}