mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[isoltest] Add support for builtin functions.
This commit is contained in:
@@ -45,7 +45,7 @@ namespace
|
||||
vector<FunctionCall> parse(string const& _source)
|
||||
{
|
||||
istringstream stream{_source, ios_base::out};
|
||||
TestFileParser parser{stream};
|
||||
TestFileParser parser{stream, {}};
|
||||
return parser.parseFunctionCalls(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user