summaryrefslogtreecommitdiff
path: root/src/systemc/tests/systemc/communication/sc_buffer/test02/sc_buffer_edge_reset.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemc/tests/systemc/communication/sc_buffer/test02/sc_buffer_edge_reset.cpp')
-rw-r--r--src/systemc/tests/systemc/communication/sc_buffer/test02/sc_buffer_edge_reset.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/systemc/tests/systemc/communication/sc_buffer/test02/sc_buffer_edge_reset.cpp b/src/systemc/tests/systemc/communication/sc_buffer/test02/sc_buffer_edge_reset.cpp
index 98fe8a5bb..863e64ce7 100644
--- a/src/systemc/tests/systemc/communication/sc_buffer/test02/sc_buffer_edge_reset.cpp
+++ b/src/systemc/tests/systemc/communication/sc_buffer/test02/sc_buffer_edge_reset.cpp
@@ -73,8 +73,9 @@ SC_MODULE(print_edge)
int sc_main(int, char*[])
{
- sc_report_handler::set_actions( SC_ID_DISABLE_WILL_ORPHAN_PROCESS_
- , SC_DO_NOTHING );
+ sc_report_handler::set_actions( "disable() or dont_initialize() "
+ "called on process with no static sensitivity, it will be "
+ "orphaned", SC_DO_NOTHING );
sc_signal<int> sig_int;