diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-09-18 22:20:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-18 22:20:56 +0800 |
commit | f676325d60dbc6c1120ce5a4478f363622c1b1cf (patch) | |
tree | 83eabcc9ff5b5481da4f98ab8b4d2dde34e0299b /test/libsolidity/SolidityEndToEndTest.cpp | |
parent | f473a43a25b562ee91aa8ddddd35f4174e0d4456 (diff) | |
parent | c001903cdc6db97f437150375a9b5343c70c3656 (diff) | |
download | dexon-solidity-f676325d60dbc6c1120ce5a4478f363622c1b1cf.tar dexon-solidity-f676325d60dbc6c1120ce5a4478f363622c1b1cf.tar.gz dexon-solidity-f676325d60dbc6c1120ce5a4478f363622c1b1cf.tar.bz2 dexon-solidity-f676325d60dbc6c1120ce5a4478f363622c1b1cf.tar.lz dexon-solidity-f676325d60dbc6c1120ce5a4478f363622c1b1cf.tar.xz dexon-solidity-f676325d60dbc6c1120ce5a4478f363622c1b1cf.tar.zst dexon-solidity-f676325d60dbc6c1120ce5a4478f363622c1b1cf.zip |
Merge pull request #1673 from ethereum/structs
Returning structs
Diffstat (limited to 'test/libsolidity/SolidityEndToEndTest.cpp')
-rw-r--r-- | test/libsolidity/SolidityEndToEndTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/libsolidity/SolidityEndToEndTest.cpp b/test/libsolidity/SolidityEndToEndTest.cpp index ea924fcb..f885b0d3 100644 --- a/test/libsolidity/SolidityEndToEndTest.cpp +++ b/test/libsolidity/SolidityEndToEndTest.cpp @@ -9682,6 +9682,7 @@ BOOST_AUTO_TEST_CASE(contracts_separated_with_comment) compileAndRun(sourceCode, 0, "C2"); } + BOOST_AUTO_TEST_CASE(include_creation_bytecode_only_once) { char const* sourceCode = R"( |