From 161e964c4b8512ae5d0ea10660e4098e7d7c2842 Mon Sep 17 00:00:00 2001 From: guido Date: Thu, 9 Nov 2000 18:02:17 +0000 Subject: [PATCH] test empty BlockIndices git-svn-id: https://svn.dealii.org/trunk@3476 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/lac/block_vector.cc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/tests/lac/block_vector.cc b/tests/lac/block_vector.cc index 14fbc39595..0736abedf1 100644 --- a/tests/lac/block_vector.cc +++ b/tests/lac/block_vector.cc @@ -35,7 +35,18 @@ void test () BlockIndices i1(ivector); BlockIndices i2 = i1; - BlockIndices i3(0); + BlockIndices i3; + // no output expected here + deallog.push("empty constructor"); + for (unsigned int i=0 ; ilocal"); -- 2.39.5