diff options
author | Daniel Kirchner <daniel@ekpyron.org> | 2018-07-10 21:53:48 +0800 |
---|---|---|
committer | Daniel Kirchner <daniel@ekpyron.org> | 2018-07-10 21:53:48 +0800 |
commit | 6d28278b3f2cc2b41928769d9de46e61799e167c (patch) | |
tree | 9f6c7e865d957d46797d0a1b74a15a7f527e88f5 /test/libsolidity/SolidityEndToEndTest.cpp | |
parent | 833fc8955f07f8966073f5084105a0cf736cd2a5 (diff) | |
download | dexon-solidity-6d28278b3f2cc2b41928769d9de46e61799e167c.tar.gz dexon-solidity-6d28278b3f2cc2b41928769d9de46e61799e167c.tar.zst dexon-solidity-6d28278b3f2cc2b41928769d9de46e61799e167c.zip |
Update end-to-end tests.
Diffstat (limited to 'test/libsolidity/SolidityEndToEndTest.cpp')
-rw-r--r-- | test/libsolidity/SolidityEndToEndTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libsolidity/SolidityEndToEndTest.cpp b/test/libsolidity/SolidityEndToEndTest.cpp index ce00931b..1cab0d65 100644 --- a/test/libsolidity/SolidityEndToEndTest.cpp +++ b/test/libsolidity/SolidityEndToEndTest.cpp @@ -7915,7 +7915,7 @@ BOOST_AUTO_TEST_CASE(string_tuples) return (h(), "def"); } function h() public returns (string) { - return ("abc",); + return ("abc"); } } )"; |