fixed the test

This commit is contained in:
LianaHus 2015-09-22 14:03:09 +02:00
parent e50400082b
commit ed76798406

View File

@ -5297,10 +5297,7 @@ BOOST_AUTO_TEST_CASE(strings_in_struct)
} }
function buggystruct(){ function buggystruct(){
bug.first = 10; bug = Buggy(10, 20, 30, "asdfghjkl");
bug.second = 20;
bug.third = 30;
bug.last = "asdfghjkl";
} }
function getFirst() returns (uint) function getFirst() returns (uint)
{ {