Use actual type checking phase of assembler.

This commit is contained in:
chriseth
2017-04-25 16:49:03 +02:00
parent e0849f2f3b
commit c6fa78c73e
9 changed files with 49 additions and 42 deletions
@@ -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)