From aff456d6f483ddace3fd9291a3dd2f6e44a4fb2c Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Fri, 3 May 2024 22:46:53 +0200 Subject: [PATCH] adds missed format fix --- tests/configurer/sc_main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/configurer/sc_main.cpp b/tests/configurer/sc_main.cpp index cbdd986..e03ef18 100644 --- a/tests/configurer/sc_main.cpp +++ b/tests/configurer/sc_main.cpp @@ -63,5 +63,4 @@ int sc_main(int sc_argc, char* sc_argv[]) { SCCINFO("sc_main") << "End Simulation."; return sc_core::sc_report_handler::get_count(sc_core::SC_ERROR) + sc_core::sc_report_handler::get_count(sc_core::SC_WARNING); -; } // End of 'sc_main'