diff options
author | CJentzsch <jentzsch.software@gmail.com> | 2015-02-23 21:32:17 +0800 |
---|---|---|
committer | CJentzsch <jentzsch.software@gmail.com> | 2015-02-23 21:32:17 +0800 |
commit | c5b2733d1e405487b0b3d419b22a08883ac487dd (patch) | |
tree | dc8257f8e0a2b9b01c63721a4fdeb2eb6e125b16 /SolidityEndToEndTest.cpp | |
parent | f924681adf68e5cfbbffa98795014e4fb4f476a8 (diff) | |
parent | cd9262badfd1cd7425469d0eba94a5109c20960a (diff) | |
download | dexon-solidity-c5b2733d1e405487b0b3d419b22a08883ac487dd.tar dexon-solidity-c5b2733d1e405487b0b3d419b22a08883ac487dd.tar.gz dexon-solidity-c5b2733d1e405487b0b3d419b22a08883ac487dd.tar.bz2 dexon-solidity-c5b2733d1e405487b0b3d419b22a08883ac487dd.tar.lz dexon-solidity-c5b2733d1e405487b0b3d419b22a08883ac487dd.tar.xz dexon-solidity-c5b2733d1e405487b0b3d419b22a08883ac487dd.tar.zst dexon-solidity-c5b2733d1e405487b0b3d419b22a08883ac487dd.zip |
Merge remote-tracking branch 'upstream/develop' into memTests
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 |