From 0f1d0304eef9777c002f86134e4d6ec7b4d53385 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Mon, 28 Nov 2016 11:50:07 +0000 Subject: LLLExecutionFramework doesn't support contractName/libraryAddresses --- test/liblll/ExecutionFramework.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/liblll') diff --git a/test/liblll/ExecutionFramework.h b/test/liblll/ExecutionFramework.h index 37162e7f..58e1f0ad 100644 --- a/test/liblll/ExecutionFramework.h +++ b/test/liblll/ExecutionFramework.h @@ -52,6 +52,9 @@ public: std::map const& _libraryAddresses = std::map() ) override { + BOOST_REQUIRE(_contractName.empty()); + BOOST_REQUIRE(_libraryAddresses.empty()); + std::vector errors; bytes bytecode = eth::compileLLL(_sourceCode, m_optimize, &errors); if (!errors.empty()) -- cgit