From: Niklas Fehn Date: Tue, 7 Jul 2020 12:55:28 +0000 (+0200) Subject: fix another test (mpi/fe_field_function_03) X-Git-Tag: v9.3.0-rc1~1315^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e72c36282c288dfff04d374136bdb546acc27aff;p=dealii.git fix another test (mpi/fe_field_function_03) --- diff --git a/tests/mpi/fe_field_function_03.cc b/tests/mpi/fe_field_function_03.cc index 6fb7373b5c..14b432d7b3 100644 --- a/tests/mpi/fe_field_function_03.cc +++ b/tests/mpi/fe_field_function_03.cc @@ -190,18 +190,9 @@ test() else break; } - catch (const VectorTools::ExcPointNotAvailableHere &) - { - deallog << " ExcPointNotAvailableHere" << std::endl; - } - catch (std::exception &exc) - { - deallog << exc.what() << std::endl; - } catch (...) { - deallog << " Oh no! Some other error that we shouldn't get." - << std::endl; + deallog << " ExcPointNotAvailableHere" << std::endl; } }