summaryrefslogtreecommitdiff
path: root/src/systemc/tests/systemc/kernel/sc_time/test19/test19.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemc/tests/systemc/kernel/sc_time/test19/test19.cpp')
-rw-r--r--src/systemc/tests/systemc/kernel/sc_time/test19/test19.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systemc/tests/systemc/kernel/sc_time/test19/test19.cpp b/src/systemc/tests/systemc/kernel/sc_time/test19/test19.cpp
index c7a7f357c..4e62c1091 100644
--- a/src/systemc/tests/systemc/kernel/sc_time/test19/test19.cpp
+++ b/src/systemc/tests/systemc/kernel/sc_time/test19/test19.cpp
@@ -59,8 +59,8 @@ void check_time( const sc_time& t, sc_time_unit tu, const std::string & str )
int sc_main( int, char*[] )
{
- sc_report_handler::set_actions( SC_ID_SET_TIME_RESOLUTION_, SC_DO_NOTHING );
- sc_report_handler::set_actions( SC_ID_TIME_CONVERSION_FAILED_, SC_DISPLAY );
+ sc_report_handler::set_actions( "set time resolution failed", SC_DO_NOTHING );
+ sc_report_handler::set_actions( "sc_time conversion failed", SC_DISPLAY );
unsigned resolutions[] = { 100, 10, 1 };
sc_time_unit resunit = SC_FS;