From e72c36282c288dfff04d374136bdb546acc27aff Mon Sep 17 00:00:00 2001 From: Niklas Fehn Date: Tue, 7 Jul 2020 14:55:28 +0200 Subject: [PATCH] fix another test (mpi/fe_field_function_03) --- tests/mpi/fe_field_function_03.cc | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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; } } -- 2.39.5