Enable the optimizer for test runs.

This commit is contained in:
chriseth
2016-11-23 16:48:13 +01:00
parent a7c2509adf
commit c9293f2f23
7 changed files with 12 additions and 5 deletions
-1
View File
@@ -220,7 +220,6 @@ protected:
{
if (!s_compiledRegistrar)
{
m_optimize = true;
m_compiler.reset(false);
m_compiler.addSource("", registrarCode);
ETH_TEST_REQUIRE_NO_THROW(m_compiler.compile(m_optimize, m_optimizeRuns), "Compiling contract failed");