diff options
Diffstat (limited to 'clang/test/SemaTemplate/deduction-crash.cpp')
-rw-r--r-- | clang/test/SemaTemplate/deduction-crash.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaTemplate/deduction-crash.cpp b/clang/test/SemaTemplate/deduction-crash.cpp index 8f4b7281818..1860c7577c7 100644 --- a/clang/test/SemaTemplate/deduction-crash.cpp +++ b/clang/test/SemaTemplate/deduction-crash.cpp @@ -4,7 +4,7 @@ // Note that the error count below doesn't matter. We just want to // make sure that the parser doesn't crash. -// CHECK: 15 errors +// CHECK: 16 errors template<a> struct int_; |