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 6a957b1..5742fb2 100644
--- a/test.cc
+++ b/test.cc
@@ -922,13 +922,13 @@ static_assert(
static_assert(
std::is_same<
- void,
+ tav::Boolean<false>,
tav::ListIndex<
tav::Even,
tav::List<tav::Int<1>, tav::Int<3>, tav::Int<5>>
>
>::value,
- "(list-index even? (list 1 3 5)) != void"
+ "(list-index even? (list 1 3 5)) != #f"
);
// list find