Skip to content

Commit

Permalink
CREAT2 test fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseth committed Feb 26, 2018
1 parent 8114cf4 commit aa9a9af
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 @@ -6857,7 +6857,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 aa9a9af

Please sign in to comment.