Merge pull request #1462 from ethereum/fix-incorrect-assertion

codegen: assertion did not assert non-nullness
This commit is contained in:
chriseth
2016-12-01 15:14:31 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -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)