mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update end-to-end tests.
This commit is contained in:
parent
833fc8955f
commit
6d28278b3f
@ -7915,7 +7915,7 @@ BOOST_AUTO_TEST_CASE(string_tuples)
|
||||
return (h(), "def");
|
||||
}
|
||||
function h() public returns (string) {
|
||||
return ("abc",);
|
||||
return ("abc");
|
||||
}
|
||||
}
|
||||
)";
|
||||
|
Loading…
Reference in New Issue
Block a user