Skip to content

Commit

Permalink
create2 test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseth committed Feb 23, 2018
1 parent 40fa4c7 commit 76b54f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/libsolidity/SolidityNameAndTypeResolution.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6877,7 +6877,7 @@ BOOST_AUTO_TEST_CASE(create2_as_variable)
)";
CHECK_ALLOW_MULTI(text, (std::vector<std::pair<Error::Type, std::string>>{
{Error::Type::Warning, "Variable is shadowed in inline assembly by an instruction of the same name"},
{Error::Type::Warning, "only available after the Metropolis"},
{Error::Type::Warning, "The \"create2\" instruction is not supported for the VM version"},
{Error::Type::DeclarationError, "Unbalanced stack"}
}));
}
Expand Down

0 comments on commit 76b54f0

Please sign in to comment.