systemc: Make a test stop including an internal path for sc_vector.
authorGabe Black <gabeblack@google.com>
Fri, 8 Jun 2018 22:27:07 +0000 (15:27 -0700)
committerGabe Black <gabeblack@google.com>
Wed, 15 Aug 2018 01:32:43 +0000 (01:32 +0000)
commitec9d7fa955fd9664947042742aa8287c936b53ea
treedf28b8d10090b38976ba48698f6526912f07e96c
parent42474e6391ec61a6a8891a3757eb8ba281ba1fb9
systemc: Make a test stop including an internal path for sc_vector.

The sc_vector class is available through systemc.h already, so there's
no reason to include an internal path which is only there on Accellera
by coincidence of the implementation.

Change-Id: I41cab4711c0837cd9b20c21871b79be5165bf498
Reviewed-on: https://gem5-review.googlesource.com/11176
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/systemc/tests/systemc/utils/sc_vector/test01/test01.cpp
src/systemc/tests/systemc/utils/sc_vector/test02/test02.cpp
src/systemc/tests/systemc/utils/sc_vector/test03/test03.cpp
src/systemc/tests/systemc/utils/sc_vector/test04/test04.cpp
src/systemc/tests/systemc/utils/sc_vector/test05/test05.cpp
src/systemc/tests/systemc/utils/sc_vector/test06/test06.cpp