From: Wolfgang Bangerth Date: Thu, 26 Nov 2020 03:28:28 +0000 (-0700) Subject: Adjust test for changes in the previous commit. X-Git-Tag: v9.3.0-rc1~840^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11244%2Fhead;p=dealii.git Adjust test for changes in the previous commit. --- 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; }