aboutsummaryrefslogtreecommitdiff
path: root/test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test.cc')
-rw-r--r--test.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/test.cc b/test.cc
index db19889..11b870f 100644
--- a/test.cc
+++ b/test.cc
@@ -1024,7 +1024,7 @@ static_assert(
tav::Multiply,
tav::Int<21>,
tav::_0
- >::type<
+ >::function<
tav::Int<2>
>::type
>::value,
@@ -1039,7 +1039,7 @@ static_assert(
tav::Add,
tav::_0,
tav::Int<10>
- >::type,
+ >::function,
tav::List<tav::Int<0>, tav::Int<2>, tav::Int<4>>::type
>::type
>::value,
@@ -1053,7 +1053,7 @@ static_assert(
tav::Multiply,
tav::Int<21>,
tav::Int<2>
- >::type::type
+ >::function::type
>::value,
"(* 21 2) != 42"
);