Reference only those variables that are in scope.

This commit is contained in:
Bhargava Shastry
2019-04-04 13:28:56 +02:00
parent e75f99b2bd
commit 762dd24784
5 changed files with 35 additions and 12 deletions
+1 -1
View File
@@ -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;
}
}