From: Pasquale Africa Date: Fri, 12 Apr 2024 14:02:00 +0000 (+0000) Subject: Minor cleanup X-Git-Tag: v9.6.0-rc1~372^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=657ffface07ef61f526e353797c235d7e70d936a;p=dealii.git Minor cleanup --- diff --git a/tests/trilinos/vector_reference_01.cc b/tests/trilinos/vector_reference_01.cc index d66d92fb70..9048dbacdf 100644 --- a/tests/trilinos/vector_reference_01.cc +++ b/tests/trilinos/vector_reference_01.cc @@ -68,7 +68,6 @@ main(int argc, char **argv) Utilities::MPI::MPI_InitFinalize mpi_initialization( argc, argv, testing_max_num_threads()); initlog(); - ; test(); }