diff options
author | Christian <c@ethdev.com> | 2015-02-23 01:38:32 +0800 |
---|---|---|
committer | Christian <c@ethdev.com> | 2015-02-23 02:16:40 +0800 |
commit | d85bfe1452583ffbbb7fdb406d9561a27788c26b (patch) | |
tree | 271224c5235bb529705468f699cb2ca886c370f2 /SolidityEndToEndTest.cpp | |
parent | 4144c63d9f1b7b25c4aaee29c21f412590aefe29 (diff) | |
download | dexon-solidity-d85bfe1452583ffbbb7fdb406d9561a27788c26b.tar dexon-solidity-d85bfe1452583ffbbb7fdb406d9561a27788c26b.tar.gz dexon-solidity-d85bfe1452583ffbbb7fdb406d9561a27788c26b.tar.bz2 dexon-solidity-d85bfe1452583ffbbb7fdb406d9561a27788c26b.tar.lz dexon-solidity-d85bfe1452583ffbbb7fdb406d9561a27788c26b.tar.xz dexon-solidity-d85bfe1452583ffbbb7fdb406d9561a27788c26b.tar.zst dexon-solidity-d85bfe1452583ffbbb7fdb406d9561a27788c26b.zip |
Stack height checks and fix.
Diffstat (limited to 'SolidityEndToEndTest.cpp')
-rw-r--r-- | SolidityEndToEndTest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/SolidityEndToEndTest.cpp b/SolidityEndToEndTest.cpp index 1f80b101..20bc8159 100644 --- a/SolidityEndToEndTest.cpp +++ b/SolidityEndToEndTest.cpp @@ -1669,7 +1669,6 @@ BOOST_AUTO_TEST_CASE(value_insane) function test() { h = new helper(); } function sendAmount(uint amount) returns (uint256 bal) { var x1 = h.getBalance.value; - uint someStackElement = 20; var x2 = x1(amount).gas; var x3 = x2(1000).value; return x3(amount + 3)();// overwrite value |