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:26:52 +01:00
parent e29047b24d
commit 422140f603
No known key found for this signature in database
GPG Key ID: E7B75D080FCF7992

View File

@ -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)