test: more precise expectation about the error for assigning into storage in inline assembly

This commit is contained in:
Yoichi Hirai
2016-12-01 12:27:27 +01:00
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)