Adapt tests directory to C++ namespace changes.

This commit is contained in:
Christian Parpart
2020-01-07 15:51:50 +01:00
committed by Daniel Kirchner
parent 6b23412fae
commit ed45b000d1
142 changed files with 836 additions and 1201 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
#include <boost/program_options.hpp>
using namespace std;
using namespace dev::test;
using namespace solidity::test;
namespace fs = boost::filesystem;
namespace po = boost::program_options;