diff options
author | chriseth <chris@ethereum.org> | 2016-11-24 17:59:25 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-24 17:59:25 +0800 |
commit | 851f85769ed819e5ec757f8ae4dfa6b28d2efc0f (patch) | |
tree | b854ae0a8d0586f6acc8a15e9cb77378c77858f6 /test/contracts/AuctionRegistrar.cpp | |
parent | a7c2509adfe57f106cb87ed024925751732b5412 (diff) | |
parent | c9293f2f2370e16af239f711b56245cf70c29970 (diff) | |
download | dexon-solidity-851f85769ed819e5ec757f8ae4dfa6b28d2efc0f.tar.gz dexon-solidity-851f85769ed819e5ec757f8ae4dfa6b28d2efc0f.tar.zst dexon-solidity-851f85769ed819e5ec757f8ae4dfa6b28d2efc0f.zip |
Merge pull request #1430 from ethereum/runopt
Enable the optimizer for test runs.
Diffstat (limited to 'test/contracts/AuctionRegistrar.cpp')
-rw-r--r-- | test/contracts/AuctionRegistrar.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/contracts/AuctionRegistrar.cpp b/test/contracts/AuctionRegistrar.cpp index caa8e9e0..0b573bca 100644 --- a/test/contracts/AuctionRegistrar.cpp +++ b/test/contracts/AuctionRegistrar.cpp @@ -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"); |