From 167ac36f831b48be37697fb9b7d35a416c060723 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Mon, 26 Apr 2021 12:25:28 -0400 Subject: [PATCH] Fix parameter_handler/parameter_handler_25 for clang12 --- .../parameter_handler_25.output.std | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/tests/parameter_handler/parameter_handler_25.output.std b/tests/parameter_handler/parameter_handler_25.output.std index 773966bd7c..85d0dedf82 100644 --- a/tests/parameter_handler/parameter_handler_25.output.std +++ b/tests/parameter_handler/parameter_handler_25.output.std @@ -18,11 +18,14 @@ An error occurred in file in function The violated condition was: entries_wrongly_not_set.size() == 0 Additional information: - Not all entries of the parameter handler that were declared with `has_to_be_set = true` have been set. The following parameters - - General.Precision - General.dim - - have not been set. A possible reason might be that you did not add these parameter to the input file or that their spelling is not correct. + Not all entries of the parameter handler that were declared with + `has_to_be_set = true` have been set. The following parameters + + General.Precision + General.dim + + have not been set. A possible reason might be that you did not add + these parameter to the input file or that their spelling is not + correct. -------------------------------------------------------- -- 2.39.5