From 096e6eeb6800163edaefd15cd2763d29f9c14c2e Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Mon, 8 Jun 2009 19:22:23 +0000 Subject: Address comments from Doug. llvm-svn: 73077 --- clang/test/SemaTemplate/temp_class_spec.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'clang/test/SemaTemplate/temp_class_spec.cpp') diff --git a/clang/test/SemaTemplate/temp_class_spec.cpp b/clang/test/SemaTemplate/temp_class_spec.cpp index 8376ae3bd71..e17691cf628 100644 --- a/clang/test/SemaTemplate/temp_class_spec.cpp +++ b/clang/test/SemaTemplate/temp_class_spec.cpp @@ -134,6 +134,8 @@ int is_unary_function6[is_unary_function_with_same_return_type_as_argument_type< int is_unary_function7[is_unary_function_with_same_return_type_as_argument_type::value ? -1 : 1]; int is_unary_function8[is_unary_function_with_same_return_type_as_argument_type::value ? -1 : 1]; int is_unary_function9[is_unary_function_with_same_return_type_as_argument_type::value ? 1 : -1]; +int is_unary_function10[is_unary_function_with_same_return_type_as_argument_type::value ? -1 : 1]; +int is_unary_function11[is_unary_function_with_same_return_type_as_argument_type::value ? -1 : 1]; template struct is_binary_function { -- cgit v1.2.3