Remove standard contracts

This commit is contained in:
Denton Liu
2016-08-19 10:34:50 -04:00
parent 64cec9793a
commit e00f802f72
11 changed files with 16 additions and 54 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ protected:
if (!s_compiledRegistrar)
{
m_optimize = true;
m_compiler.reset(false, m_addStandardSources);
m_compiler.reset(false);
m_compiler.addSource("", registrarCode);
ETH_TEST_REQUIRE_NO_THROW(m_compiler.compile(m_optimize, m_optimizeRuns), "Compiling contract failed");
s_compiledRegistrar.reset(new bytes(m_compiler.object("GlobalRegistrar").bytecode));