[isoltest] Add account builtin.

Co-authored-by: Alex Beregszaszi <alex@rtfs.hu>
This commit is contained in:
Alexander Arlt
2021-05-21 12:38:05 +01:00
committed by Alex Beregszaszi
co-authored by Alex Beregszaszi
parent 13388e283e
commit 799106acfe
4 changed files with 68 additions and 4 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ public:
private:
TestResult runTest(std::ostream& _stream, std::string const& _linePrefix, bool _formatted, bool _isYulRun, bool _isEwasmRun);
bool checkGasCostExpectation(TestFunctionCall& io_test, bool _compileViaYul) const;
std::map<std::string, Builtin> makeBuiltins() const;
std::map<std::string, Builtin> makeBuiltins();
SourceMap m_sources;
std::size_t m_lineOffset;
std::vector<TestFunctionCall> m_tests;