Searched refs:null_msg (Results 1 - 1 of 1) sorted by relevance

/gem5/src/systemc/tests/systemc/utils/sc_report/test04/
H A Dempty_msg_id.cpp34 static const char * null_msg = NULL; variable
48 SC_REPORT_INFO( null_msg, "null msg id" );
49 cout << sc_report_handler::get_count(null_msg) << endl;
50 sc_assert( sc_report_handler::get_count(null_msg) == 1 );
53 cout << sc_report_handler::get_count(null_msg) << endl;
54 sc_assert( sc_report_handler::get_count(null_msg) == 2 );

Completed in 2 milliseconds