From b4dd0fcb9d55f5a251507df7e8f3cb3caafaf5d7 Mon Sep 17 00:00:00 2001 From: David Wells Date: Fri, 30 Aug 2024 16:04:05 -0400 Subject: [PATCH] Add a test output file variant. clang formats exceptions in a slightly different way. --- .../parameter_handler_29.output.clang-apple | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 tests/parameter_handler/parameter_handler_29.output.clang-apple diff --git a/tests/parameter_handler/parameter_handler_29.output.clang-apple b/tests/parameter_handler/parameter_handler_29.output.clang-apple new file mode 100644 index 0000000000..964365216e --- /dev/null +++ b/tests/parameter_handler/parameter_handler_29.output.clang-apple @@ -0,0 +1,23 @@ + +DEAL::ExcEncounteredDeprecatedEntries(deprecation_messages) + The following deprecated entries were encountered: + + +-------------------------------------------------------- +An error occurred in file in function + void dealii::ParameterHandler::scan_line(std::string, const std::string &, const unsigned int, const bool) +Additional information: + Line <2> of file : Entry is + deprecated. +-------------------------------------------------------- + +-------------------------------------------------------- +An error occurred in file in function + void dealii::ParameterHandler::scan_line(std::string, const std::string &, const unsigned int, const bool) +Additional information: + Line <3> of file : Entry is + deprecated. +-------------------------------------------------------- + +DEAL::a, b, c +DEAL::3 -- 2.39.5