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'