mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix typo.
This commit is contained in:
parent
7eed8b69e9
commit
376836a7fb
@ -99,7 +99,7 @@ BOOST_AUTO_TEST_CASE(smoke_test)
|
|||||||
BOOST_REQUIRE_EQUAL(parse(source).size(), 0);
|
BOOST_REQUIRE_EQUAL(parse(source).size(), 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
BOOST_AUTO_TEST_CASE(call_succees)
|
BOOST_AUTO_TEST_CASE(call_success)
|
||||||
{
|
{
|
||||||
char const* source = R"(
|
char const* source = R"(
|
||||||
// success() ->
|
// success() ->
|
||||||
|
Loading…
Reference in New Issue
Block a user