mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Use actual type checking phase of assembler.
This commit is contained in:
@@ -5058,7 +5058,7 @@ BOOST_AUTO_TEST_CASE(inline_assembly_storage)
|
||||
}
|
||||
}
|
||||
)";
|
||||
CHECK_ERROR(text, DeclarationError, "not found, not unique or not lvalue.");
|
||||
CHECK_ERROR(text, DeclarationError, "Variable not found.");
|
||||
}
|
||||
|
||||
BOOST_AUTO_TEST_CASE(inline_assembly_storage_in_modifiers)
|
||||
|
||||
Reference in New Issue
Block a user