aboutsummaryrefslogtreecommitdiffstats
path: root/SolidityEndToEndTest.cpp
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2015-04-07 20:03:57 +0800
committerchriseth <c@ethdev.com>2015-04-07 20:03:57 +0800
commitc01c07e3112b070a47be366fd057a8874eb95645 (patch)
tree771225ea1410e139f23052689c5dba7172cabb3b /SolidityEndToEndTest.cpp
parent1c13f1e4d54913da5eab604ac7434d747cb9dd0e (diff)
downloaddexon-solidity-c01c07e3112b070a47be366fd057a8874eb95645.tar
dexon-solidity-c01c07e3112b070a47be366fd057a8874eb95645.tar.gz
dexon-solidity-c01c07e3112b070a47be366fd057a8874eb95645.tar.bz2
dexon-solidity-c01c07e3112b070a47be366fd057a8874eb95645.tar.lz
dexon-solidity-c01c07e3112b070a47be366fd057a8874eb95645.tar.xz
dexon-solidity-c01c07e3112b070a47be366fd057a8874eb95645.tar.zst
dexon-solidity-c01c07e3112b070a47be366fd057a8874eb95645.zip
Retain more gas for the case that the called contract is not yet created.
Diffstat (limited to 'SolidityEndToEndTest.cpp')
-rw-r--r--SolidityEndToEndTest.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/SolidityEndToEndTest.cpp b/SolidityEndToEndTest.cpp
index b169263d..5d6386cc 100644
--- a/SolidityEndToEndTest.cpp
+++ b/SolidityEndToEndTest.cpp
@@ -1414,8 +1414,6 @@ BOOST_AUTO_TEST_CASE(sha3)
testSolidityAgainstCpp("a(bytes32)", f, u256(-1));
}
-#ifdef PRECOMPILED_CONTRACTS_GAS_FIXED_IN_SOLIDITY
-
BOOST_AUTO_TEST_CASE(sha256)
{
char const* sourceCode = "contract test {\n"
@@ -3631,5 +3629,3 @@ BOOST_AUTO_TEST_SUITE_END()
}
}
} // end namespaces
-
-#endif