Gabe Black has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/12470
Change subject: systemc: Make a test use cout instead of cerr to report
completion.
......................................................................
systemc: Make a test use cout instead of cerr to report completion.
Change-Id: I9270866a92dd06a23d47c1964dacc4872030f30d
---
M src/systemc/tests/systemc/datatypes/int/misc/test02/test02.cpp
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/systemc/tests/systemc/datatypes/int/misc/test02/test02.cpp
b/src/systemc/tests/systemc/datatypes/int/misc/test02/test02.cpp
index d27e980..c2fb36c 100644
--- a/src/systemc/tests/systemc/datatypes/int/misc/test02/test02.cpp
+++ b/src/systemc/tests/systemc/datatypes/int/misc/test02/test02.cpp
@@ -123,6 +123,6 @@
TEST("0bus1111111011011100101110101001100001110110010101000011001000010000",
0xfedcba9876543210ll);
- cerr << "Program completed" << endl;
+ cout << "Program completed" << endl;
return 0;
}
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/12470
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: I9270866a92dd06a23d47c1964dacc4872030f30d
Gerrit-Change-Number: 12470
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