systemc: Fix a typo in one of the error messages.
authorGabe Black <gabeblack@google.com>
Tue, 2 Oct 2018 06:00:09 +0000 (23:00 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 16 Oct 2018 00:46:36 +0000 (00:46 +0000)
commit20fd137dde1550292723962b8f27c6b5ea0ad634
tree1830a8104a6b5f00eb94dd353f83636bcc6970b7
parent167e6c06b5d61d54e3eab48d03eb50ec316aeec3
systemc: Fix a typo in one of the error messages.

This typo was added purposefully to match Accellera's output, but then
it was discovered that some test's golden output had the typo, and some
didn't. That must mean that not all tests have up to date output, and
that Accellera couldn't possibly pass all of their own tests.

To resolve this conflict, this change fixes the typo and manually
updates all the golden output.

Change-Id: I3d80f74ff21e844609e7bde5dfcd99fc56c085b0
Reviewed-on: https://gem5-review.googlesource.com/c/13204
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
16 files changed:
src/systemc/channel/sc_signal.cc
src/systemc/tests/systemc/communication/sc_signal/check_writer/test01/golden/test01.log
src/systemc/tests/systemc/communication/sc_signal/check_writer/test02/golden/test02.log
src/systemc/tests/systemc/communication/sc_signal/check_writer/test03/golden/test03.log
src/systemc/tests/systemc/communication/sc_signal/check_writer/test04/golden/test04.log
src/systemc/tests/systemc/communication/sc_signal/check_writer/test05/golden/test05.log
src/systemc/tests/systemc/communication/sc_signal/check_writer/test07/golden/test07.log
src/systemc/tests/systemc/communication/sc_signal/check_writer/test08/golden/test08.log
src/systemc/tests/systemc/communication/sc_signal/check_writer/test09/golden/test09.log
src/systemc/tests/systemc/communication/sc_signal/check_writer/test10/golden/test10.log
src/systemc/tests/systemc/communication/sc_signal/check_writer/test11/golden/test11.log
src/systemc/tests/systemc/communication/sc_signal/check_writer/test12/golden/test12.log
src/systemc/tests/systemc/communication/sc_signal/check_writer/test14/golden/test14.log
src/systemc/tests/systemc/communication/sc_signal/register_port/test01/golden/test01.log
src/systemc/tests/systemc/communication/sc_signal/register_port/test02/golden/test02.log
src/systemc/tests/systemc/communication/sc_signal/register_port/test03/golden/test03.log