From d3967635bc0442aba6eed8c99c8d8561fe8091dd Mon Sep 17 00:00:00 2001 From: Richard Trieu Date: Sat, 16 May 2015 01:39:39 +0000 Subject: Fix typo from r237482. "to reference of type" --> "to reference to type" llvm-svn: 237507 --- clang/test/Misc/diag-template-diffing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/Misc/diag-template-diffing.cpp') diff --git a/clang/test/Misc/diag-template-diffing.cpp b/clang/test/Misc/diag-template-diffing.cpp index f345535ea1c..044f07ba06b 100644 --- a/clang/test/Misc/diag-template-diffing.cpp +++ b/clang/test/Misc/diag-template-diffing.cpp @@ -1258,7 +1258,7 @@ using T = condition<(is_const())>; void foo(const T &t) { T &t2 = t; } -// CHECK-ELIDE-NOTREE: binding value of type 'const condition<[...]>' to reference of type 'condition<[...]>' drops 'const' qualifier +// CHECK-ELIDE-NOTREE: binding value of type 'const condition<[...]>' to reference to type 'condition<[...]>' drops 'const' qualifier } namespace BoolArgumentBitExtended { -- cgit v1.2.3