aboutsummaryrefslogtreecommitdiffstats
path: root/SolidityEndToEndTest.cpp
diff options
context:
space:
mode:
authorGav Wood <g@ethdev.com>2015-04-09 04:45:13 +0800
committerGav Wood <g@ethdev.com>2015-04-09 04:45:13 +0800
commit8665d76f52134ec570868e5f70087321114ff186 (patch)
tree973ce07fe2e57bc1dc37b9646d3caebaae37733d /SolidityEndToEndTest.cpp
parent07940a644dc561a5388b42a528f96095de1c510b (diff)
parentc01c07e3112b070a47be366fd057a8874eb95645 (diff)
downloaddexon-solidity-8665d76f52134ec570868e5f70087321114ff186.tar
dexon-solidity-8665d76f52134ec570868e5f70087321114ff186.tar.gz
dexon-solidity-8665d76f52134ec570868e5f70087321114ff186.tar.bz2
dexon-solidity-8665d76f52134ec570868e5f70087321114ff186.tar.lz
dexon-solidity-8665d76f52134ec570868e5f70087321114ff186.tar.xz
dexon-solidity-8665d76f52134ec570868e5f70087321114ff186.tar.zst
dexon-solidity-8665d76f52134ec570868e5f70087321114ff186.zip
Merge pull request #1546 from chriseth/sol_assumeContractNotCreated
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 4622e422..29bf334f 100644
--- a/SolidityEndToEndTest.cpp
+++ b/SolidityEndToEndTest.cpp
@@ -1468,8 +1468,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"
@@ -3685,5 +3683,3 @@ BOOST_AUTO_TEST_SUITE_END()
}
}
} // end namespaces
-
-#endif