mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix metadata test.
This commit is contained in:
parent
40752915f3
commit
fd36784592
@ -244,7 +244,7 @@ BOOST_AUTO_TEST_CASE(metadata_eof_experimental)
|
|||||||
CompilerStack compilerStack;
|
CompilerStack compilerStack;
|
||||||
compilerStack.setMetadataFormat(metadataFormat);
|
compilerStack.setMetadataFormat(metadataFormat);
|
||||||
compilerStack.setSources({{"", sourceCode}});
|
compilerStack.setSources({{"", sourceCode}});
|
||||||
compilerStack.setEVMVersion({});
|
compilerStack.setEVMVersion(langutil::EVMVersion::shanghai());
|
||||||
compilerStack.setViaIR(true);
|
compilerStack.setViaIR(true);
|
||||||
compilerStack.setEOFVersion(1);
|
compilerStack.setEOFVersion(1);
|
||||||
compilerStack.setOptimiserSettings(true);
|
compilerStack.setOptimiserSettings(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user