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 8a15605734c..ec97311e5d7 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: 14 errors +// CHECK: 13 errors template<a> struct int_; |

