aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDaniel Kirchner <daniel@ekpyron.org>2018-07-10 21:53:48 +0800
committerDaniel Kirchner <daniel@ekpyron.org>2018-07-10 21:53:48 +0800
commit6d28278b3f2cc2b41928769d9de46e61799e167c (patch)
tree9f6c7e865d957d46797d0a1b74a15a7f527e88f5 /test
parent833fc8955f07f8966073f5084105a0cf736cd2a5 (diff)
downloaddexon-solidity-6d28278b3f2cc2b41928769d9de46e61799e167c.tar
dexon-solidity-6d28278b3f2cc2b41928769d9de46e61799e167c.tar.gz
dexon-solidity-6d28278b3f2cc2b41928769d9de46e61799e167c.tar.bz2
dexon-solidity-6d28278b3f2cc2b41928769d9de46e61799e167c.tar.lz
dexon-solidity-6d28278b3f2cc2b41928769d9de46e61799e167c.tar.xz
dexon-solidity-6d28278b3f2cc2b41928769d9de46e61799e167c.tar.zst
dexon-solidity-6d28278b3f2cc2b41928769d9de46e61799e167c.zip
Update end-to-end tests.
Diffstat (limited to 'test')
-rw-r--r--test/libsolidity/SolidityEndToEndTest.cpp2
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");
}
}
)";