summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/instantiate-call.cpp
diff options
context:
space:
mode:
authorJay Foad <jay.foad@gmail.com>2011-06-14 12:59:25 +0000
committerJay Foad <jay.foad@gmail.com>2011-06-14 12:59:25 +0000
commit2a00b8347bdf0064cc106295a070c00669ded9a9 (patch)
tree2b7127095842afde3994b565bd812b994c853af0 /test/SemaTemplate/instantiate-call.cpp
parente1eed38733ed47d44f9d8c7731817c411eaf4141 (diff)
downloadclang-2a00b8347bdf0064cc106295a070c00669ded9a9.tar.gz
clang-2a00b8347bdf0064cc106295a070c00669ded9a9.tar.bz2
clang-2a00b8347bdf0064cc106295a070c00669ded9a9.tar.xz
Hyphenate "argument-dependent".
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132989 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/SemaTemplate/instantiate-call.cpp')
-rw-r--r--test/SemaTemplate/instantiate-call.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaTemplate/instantiate-call.cpp b/test/SemaTemplate/instantiate-call.cpp
index a0e48c8dec..da1eb49eb8 100644
--- a/test/SemaTemplate/instantiate-call.cpp
+++ b/test/SemaTemplate/instantiate-call.cpp
@@ -25,7 +25,7 @@ namespace N3 {
struct call_f0 {
void test_f0(T t) {
Result &result = f0(t); // expected-error {{undeclared identifier}} \
- expected-error {{neither visible in the template definition nor found by argument dependent lookup}}
+ expected-error {{neither visible in the template definition nor found by argument-dependent lookup}}
}
};
}