Skip to content

Commit 7b48c12

Browse files
committed
Always enforce via yul for isoltest runs.
1 parent dfd9008 commit 7b48c12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/tools/IsolTestOptions.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ bool IsolTestOptions::parse(int _argc, char const* const* _argv)
6969
std::cout << options << std::endl;
7070
return false;
7171
}
72+
enforceViaYul = true;
7273

7374
return res;
7475
}

0 commit comments

Comments
 (0)