From: Daniel Arndt Date: Mon, 26 Apr 2021 16:25:28 +0000 (-0400) Subject: Fix parameter_handler/parameter_handler_25 for clang12 X-Git-Tag: v9.3.0-rc1~173^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12098%2Fhead;p=dealii.git Fix parameter_handler/parameter_handler_25 for clang12 --- 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. --------------------------------------------------------