mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Rebase update.
This commit is contained in:
parent
cc88c517a2
commit
94e2afff81
@ -41,9 +41,9 @@ namespace test
|
||||
class YulInterpreterTest: public dev::solidity::test::TestCase
|
||||
{
|
||||
public:
|
||||
static std::unique_ptr<TestCase> create(std::string const& _filename)
|
||||
static std::unique_ptr<TestCase> create(Config const& _config)
|
||||
{
|
||||
return std::unique_ptr<TestCase>(new YulInterpreterTest(_filename));
|
||||
return std::unique_ptr<TestCase>(new YulInterpreterTest(_config.filename));
|
||||
}
|
||||
|
||||
explicit YulInterpreterTest(std::string const& _filename);
|
||||
|
Loading…
Reference in New Issue
Block a user