mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove boost <1.59 workaround from tests
This commit is contained in:
parent
4a2a2eb635
commit
5db5382fac
@ -49,18 +49,6 @@ using namespace dev::solidity::test;
|
|||||||
namespace fs = boost::filesystem;
|
namespace fs = boost::filesystem;
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
#if BOOST_VERSION < 105900
|
|
||||||
test_case *make_test_case(
|
|
||||||
function<void()> const& _fn,
|
|
||||||
string const& _name,
|
|
||||||
string const& /* _filename */,
|
|
||||||
size_t /* _line */
|
|
||||||
)
|
|
||||||
{
|
|
||||||
return make_test_case(_fn, _name);
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
void removeTestSuite(std::string const& _name)
|
void removeTestSuite(std::string const& _name)
|
||||||
|
Loading…
Reference in New Issue
Block a user