mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Reference only those variables that are in scope.
This commit is contained in:
@@ -96,4 +96,4 @@ DEFINE_PROTO_FUZZER(Function const& _input)
|
||||
bool isTraceEq = (os1.str() == os2.str());
|
||||
yulAssert(isTraceEq, "Interpreted traces for optimized and unoptimized code differ.");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user