mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
lll: Adapted to namespace changes.
This commit is contained in:
committed by
Daniel Kirchner
parent
ed45b000d1
commit
8ac6258d31
@@ -29,13 +29,10 @@
|
||||
#include <memory>
|
||||
|
||||
using namespace std;
|
||||
using namespace solidity::util;
|
||||
using namespace solidity::test;
|
||||
|
||||
namespace dev
|
||||
{
|
||||
namespace lll
|
||||
{
|
||||
namespace test
|
||||
namespace solidity::lll::test
|
||||
{
|
||||
|
||||
BOOST_FIXTURE_TEST_SUITE(LLLEndToEndTest, LLLExecutionFramework)
|
||||
@@ -1026,6 +1023,4 @@ BOOST_AUTO_TEST_CASE(string_literal)
|
||||
|
||||
BOOST_AUTO_TEST_SUITE_END()
|
||||
|
||||
}
|
||||
}
|
||||
} // end namespaces
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include <test/liblll/ExecutionFramework.h>
|
||||
|
||||
using namespace solidity::test;
|
||||
using namespace dev::lll::test;
|
||||
using namespace solidity::lll::test;
|
||||
|
||||
LLLExecutionFramework::LLLExecutionFramework() :
|
||||
ExecutionFramework()
|
||||
|
||||
@@ -28,14 +28,11 @@
|
||||
#define ACCOUNT(n) h256(account(n), h256::AlignRight)
|
||||
|
||||
using namespace std;
|
||||
using namespace dev::lll;
|
||||
using namespace solidity::lll;
|
||||
using namespace solidity::util;
|
||||
using namespace solidity::test;
|
||||
|
||||
namespace dev
|
||||
{
|
||||
namespace lll
|
||||
{
|
||||
namespace test
|
||||
namespace solidity::lll::test
|
||||
{
|
||||
|
||||
namespace
|
||||
@@ -503,6 +500,4 @@ BOOST_AUTO_TEST_CASE(fallback)
|
||||
|
||||
BOOST_AUTO_TEST_SUITE_END()
|
||||
|
||||
}
|
||||
}
|
||||
} // end namespaces
|
||||
|
||||
@@ -33,14 +33,11 @@
|
||||
#define SUCCESS encodeArgs(1)
|
||||
|
||||
using namespace std;
|
||||
using namespace dev::lll;
|
||||
using namespace solidity::lll;
|
||||
using namespace solidity::util;
|
||||
using namespace solidity::test;
|
||||
|
||||
namespace dev
|
||||
{
|
||||
namespace lll
|
||||
{
|
||||
namespace test
|
||||
namespace solidity::lll::test
|
||||
{
|
||||
|
||||
namespace
|
||||
@@ -652,6 +649,4 @@ BOOST_AUTO_TEST_CASE(bad_data)
|
||||
|
||||
BOOST_AUTO_TEST_SUITE_END()
|
||||
|
||||
}
|
||||
}
|
||||
} // end namespaces
|
||||
|
||||
@@ -27,11 +27,7 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
namespace dev
|
||||
{
|
||||
namespace lll
|
||||
{
|
||||
namespace test
|
||||
namespace solidity::lll::test
|
||||
{
|
||||
|
||||
namespace
|
||||
@@ -182,6 +178,4 @@ BOOST_AUTO_TEST_CASE(macro_with_zero_args)
|
||||
|
||||
BOOST_AUTO_TEST_SUITE_END()
|
||||
|
||||
}
|
||||
}
|
||||
} // end namespaces
|
||||
|
||||
Reference in New Issue
Block a user