aboutsummaryrefslogtreecommitdiff
path: root/test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test.cc')
-rw-r--r--test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.cc b/test.cc
index 931d8f1..2bf9e09 100644
--- a/test.cc
+++ b/test.cc
@@ -999,7 +999,7 @@ static_assert(
tav::Multiply,
tav::Int<21>,
tav::_0
- >::single_type<
+ >::type<
tav::Int<2>
>::type
>::value,
@@ -1014,7 +1014,7 @@ static_assert(
tav::Add,
tav::_0,
tav::Int<10>
- >::single_type,
+ >::type,
tav::List<tav::Int<0>, tav::Int<2>, tav::Int<4>>::type
>::type
>::value,