mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
fixed the test
This commit is contained in:
parent
e50400082b
commit
ed76798406
@ -5297,10 +5297,7 @@ BOOST_AUTO_TEST_CASE(strings_in_struct)
|
||||
}
|
||||
|
||||
function buggystruct(){
|
||||
bug.first = 10;
|
||||
bug.second = 20;
|
||||
bug.third = 30;
|
||||
bug.last = "asdfghjkl";
|
||||
bug = Buggy(10, 20, 30, "asdfghjkl");
|
||||
}
|
||||
function getFirst() returns (uint)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user