summaryrefslogtreecommitdiff
path: root/test/ios/ios_test_runner.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/ios/ios_test_runner.hpp')
-rw-r--r--test/ios/ios_test_runner.hpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/ios/ios_test_runner.hpp b/test/ios/ios_test_runner.hpp
deleted file mode 100644
index 3edae22828..0000000000
--- a/test/ios/ios_test_runner.hpp
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef ios_test_runner_hpp
-#define ios_test_runner_hpp
-
-#include <string>
-
-class TestRunner {
-public:
- TestRunner() = default;
- ~TestRunner() = default;
-
- bool startTest(const std::string& basePath);
-};
-
-#endif /* ios_test_runner_hpp */