Update end-to-end tests.

This commit is contained in:
Daniel Kirchner 2018-07-10 15:53:48 +02:00
parent 833fc8955f
commit 6d28278b3f

View File

@ -7915,7 +7915,7 @@ BOOST_AUTO_TEST_CASE(string_tuples)
return (h(), "def"); return (h(), "def");
} }
function h() public returns (string) { function h() public returns (string) {
return ("abc",); return ("abc");
} }
} }
)"; )";