Skip to content

Commit f011478

Browse files
committed
rebasing and fixing the conflicts
1 parent b1ea074 commit f011478

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/cpp_test_scenarios/src/test_basic.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ std::string BasicScenario::name() const { return "basic"; }
6767
void BasicScenario::run(const std::string &input) const {
6868
using namespace score::mw::per::kvs;
6969

70-
void BasicScenario::run(const std::string& input) const {
71-
using namespace score::mw::per::kvs;
72-
7370
// Print and parse parameters.
7471
std::cerr << input << std::endl;
7572
auto params{map_to_params(input)};

0 commit comments

Comments
 (0)