Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/12216

Change subject: systemc: Make a test use cout for all its messages.
......................................................................

systemc: Make a test use cout for all its messages.

This makes them end up in simout so verify.py can find them when it's
checking output.

Change-Id: I2b7b276b3e1816a257f58b0cfb13487d6296e6fd
---
M src/systemc/tests/systemc/kernel/sc_start/sc_start_0/test1/test1.cpp
1 file changed, 1 insertion(+), 1 deletion(-)



diff --git a/src/systemc/tests/systemc/kernel/sc_start/sc_start_0/test1/test1.cpp b/src/systemc/tests/systemc/kernel/sc_start/sc_start_0/test1/test1.cpp
index 7b2502d..d1b345e 100644
--- a/src/systemc/tests/systemc/kernel/sc_start/sc_start_0/test1/test1.cpp
+++ b/src/systemc/tests/systemc/kernel/sc_start/sc_start_0/test1/test1.cpp
@@ -111,7 +111,7 @@
        ACTION(sc_start(0, SC_NS),"sc_start(0, SC_NS)")
        ACTION(sc_start(0, SC_NS),"sc_start(0, SC_NS)")

-    cerr << "Program completed" << endl;
+    cout << "Program completed" << endl;
     return 0;
 }


--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/12216
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: I2b7b276b3e1816a257f58b0cfb13487d6296e6fd
Gerrit-Change-Number: 12216
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to