tests: Stop "using namespace std" in unittest/.
authorGabe Black <gabe.black@gmail.com>
Thu, 21 Jan 2021 12:50:11 +0000 (04:50 -0800)
committerGabe Black <gabe.black@gmail.com>
Sat, 23 Jan 2021 22:49:47 +0000 (22:49 +0000)
commit61dbd95e1b032f395620299bd57532d932e97de2
treefb1751cd813c954cba210ad06de3e5f7953a3a84
parent515567896158c7492f519105b05ec541b6cb3019
tests: Stop "using namespace std" in unittest/.

These are the historical "unit test"s, which aren't really unit tests,
they're actually complete builds of gem5 with main functions which run a
fairly specific test instead of a simulation. They test a single unit,
but they do it with all the other units in place and potentially
participating in the test.

Change-Id: Ib0ea68f26091a79992396d932627e4ce180f7825
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/39565
Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Maintainer: Giacomo Travaglini <giacomo.travaglini@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/unittest/cprintftime.cc
src/unittest/nmtest.cc
src/unittest/stattest.cc
src/unittest/symtest.cc