From ef0b2b607bb768ca872a7cea9a65b2bae76409c5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 25 Nov 2020 20:28:28 -0700 Subject: [PATCH] Adjust test for changes in the previous commit. --- tests/lac/is_block_matrix.cc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tests/lac/is_block_matrix.cc b/tests/lac/is_block_matrix.cc index c98e78c777..097a71b155 100644 --- a/tests/lac/is_block_matrix.cc +++ b/tests/lac/is_block_matrix.cc @@ -46,11 +46,12 @@ test() << IsBlockMatrix>::value << ' ' << IsBlockMatrix>::value << std::endl; - deallog << IsBlockMatrix::value << ' ' - << IsBlockMatrix::value << std::endl; + deallog << IsBlockSparsityPattern::value << ' ' + << IsBlockSparsityPattern::value << std::endl; - deallog << IsBlockMatrix::value << ' ' - << IsBlockMatrix::value << std::endl; + deallog << IsBlockSparsityPattern::value << ' ' + << IsBlockSparsityPattern::value + << std::endl; } -- 2.39.5