mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
test: more precise expectation about the error for assigning into storage in inline assembly
This commit is contained in:
parent
e29047b24d
commit
422140f603
@ -4521,7 +4521,7 @@ BOOST_AUTO_TEST_CASE(inline_assembly_storage)
|
||||
}
|
||||
}
|
||||
)";
|
||||
CHECK_ERROR(text, DeclarationError, "");
|
||||
CHECK_ERROR(text, DeclarationError, "not found, not unique or not lvalue.");
|
||||
}
|
||||
|
||||
BOOST_AUTO_TEST_CASE(inline_assembly_storage_in_modifiers)
|
||||
|
Loading…
Reference in New Issue
Block a user