mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
forgot about this one...again making this purely about parsing...typechecking will come another day
This commit is contained in:
parent
df41812442
commit
f7a1860abd
@ -2755,7 +2755,7 @@ BOOST_AUTO_TEST_CASE(invalid_args_creating_memory_array)
|
|||||||
}
|
}
|
||||||
)";
|
)";
|
||||||
BOOST_CHECK(success(text));
|
BOOST_CHECK(success(text));
|
||||||
}*/
|
}
|
||||||
|
|
||||||
BOOST_AUTO_TEST_CASE(invalid_types_in_inline_array)
|
BOOST_AUTO_TEST_CASE(invalid_types_in_inline_array)
|
||||||
{
|
{
|
||||||
@ -2767,7 +2767,7 @@ BOOST_AUTO_TEST_CASE(invalid_types_in_inline_array)
|
|||||||
}
|
}
|
||||||
)";
|
)";
|
||||||
BOOST_CHECK(expectError(text) == Error::Type::TypeError);
|
BOOST_CHECK(expectError(text) == Error::Type::TypeError);
|
||||||
}
|
}*/
|
||||||
|
|
||||||
BOOST_AUTO_TEST_SUITE_END()
|
BOOST_AUTO_TEST_SUITE_END()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user