summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/temp/temp.decls/temp.variadic/p5.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-12-20 22:28:59 +0000
committerDouglas Gregor <dgregor@apple.com>2010-12-20 22:28:59 +0000
commit5ac4e5f8120438e8459e1955ff94efcab0f24e76 (patch)
treee9162b40c45d6c3d2080e1036f94e9fe7adfd8a3 /clang/test/CXX/temp/temp.decls/temp.variadic/p5.cpp
parentaa81496c76c751177fc53705b5521feb93387fe9 (diff)
downloadbcm5719-llvm-5ac4e5f8120438e8459e1955ff94efcab0f24e76.tar.gz
bcm5719-llvm-5ac4e5f8120438e8459e1955ff94efcab0f24e76.zip
Clean up the printing of template argument packs; previously, we were
getting extra "<>" delimiters around template argument packs. llvm-svn: 122280
Diffstat (limited to 'clang/test/CXX/temp/temp.decls/temp.variadic/p5.cpp')
-rw-r--r--clang/test/CXX/temp/temp.decls/temp.variadic/p5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CXX/temp/temp.decls/temp.variadic/p5.cpp b/clang/test/CXX/temp/temp.decls/temp.variadic/p5.cpp
index 94d874fc8d7..aff9b44539f 100644
--- a/clang/test/CXX/temp/temp.decls/temp.variadic/p5.cpp
+++ b/clang/test/CXX/temp/temp.decls/temp.variadic/p5.cpp
@@ -30,7 +30,7 @@ ExpansionLengthMismatch<int, long>::Inner<unsigned int, unsigned long>::type
*il_pairs;
tuple<pair<int, unsigned int>, pair<long, unsigned long> >*il_pairs_2 = il_pairs;
-ExpansionLengthMismatch<short, int, long>::Inner<unsigned int, unsigned long>::type // expected-note{{in instantiation of}}
+ExpansionLengthMismatch<short, int, long>::Inner<unsigned int, unsigned long>::type // expected-note{{in instantiation of template class 'ExpansionLengthMismatch<short, int, long>::Inner<unsigned int, unsigned long>' requested here}}
*il_pairs_bad;
OpenPOWER on IntegriCloud