From 94e2afff817c33e9911deb0b8ae494ad60923627 Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 25 Feb 2019 14:30:34 +0100 Subject: [PATCH] Rebase update. --- test/libyul/YulInterpreterTest.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/libyul/YulInterpreterTest.h b/test/libyul/YulInterpreterTest.h index 661ae079b..24daa2e2b 100644 --- a/test/libyul/YulInterpreterTest.h +++ b/test/libyul/YulInterpreterTest.h @@ -41,9 +41,9 @@ namespace test class YulInterpreterTest: public dev::solidity::test::TestCase { public: - static std::unique_ptr create(std::string const& _filename) + static std::unique_ptr create(Config const& _config) { - return std::unique_ptr(new YulInterpreterTest(_filename)); + return std::unique_ptr(new YulInterpreterTest(_config.filename)); } explicit YulInterpreterTest(std::string const& _filename);