diff --git a/tests/test_errors.cpp b/tests/test_errors.cpp index 613a9012..e22fafef 100644 --- a/tests/test_errors.cpp +++ b/tests/test_errors.cpp @@ -9,7 +9,7 @@ class failing_sink : public spdlog::sinks::base_sink { public: failing_sink() = default; - ~failing_sink() final = default; + ~failing_sink() = default; protected: void sink_it_(const spdlog::details::log_msg &) final