summaryrefslogtreecommitdiffstats
path: root/test/argument_test.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/argument_test.hpp')
-rw-r--r--test/argument_test.hpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/test/argument_test.hpp b/test/argument_test.hpp
deleted file mode 100644
index 46e8762..0000000
--- a/test/argument_test.hpp
+++ /dev/null
@@ -1,21 +0,0 @@
-#pragma once
-
-#include <string>
-
-#include <gtest/gtest.h>
-
-namespace phosphor
-{
-namespace watchdog
-{
-
-class ArgumentTest : public testing::Test
-{
- protected:
- void SetUp() override;
-
- std::string arg0;
-};
-
-} // namespace watchdog
-} // namespace phosphor
OpenPOWER on IntegriCloud