summaryrefslogtreecommitdiff
path: root/hwtest/pgraph_class_kelvin.cc
diff options
context:
space:
mode:
Diffstat (limited to 'hwtest/pgraph_class_kelvin.cc')
-rw-r--r--hwtest/pgraph_class_kelvin.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/hwtest/pgraph_class_kelvin.cc b/hwtest/pgraph_class_kelvin.cc
index 38a3ca1d..d50ca1a6 100644
--- a/hwtest/pgraph_class_kelvin.cc
+++ b/hwtest/pgraph_class_kelvin.cc
@@ -30,6 +30,7 @@
namespace hwtest {
namespace pgraph {
+namespace {
class MthdWarning : public SingleMthdTest {
void adjust_orig_mthd() override {
if (rnd() & 1) {
@@ -63,6 +64,7 @@ class MthdState : public SingleMthdTest {
}
using SingleMthdTest::SingleMthdTest;
};
+}
std::vector<SingleMthdTest *> EmuCelsius::mthds() {
std::vector<SingleMthdTest *> res = {