From 1e9e6e5d5f416fb06b1019c3db8ea2e3ee8ab850 Mon Sep 17 00:00:00 2001 From: Guido Kanschat 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