Skip to content

Commit 3c0ca57

Browse files
authored
Merge pull request #8846 from ethereum/enforceYulIsoltest
Always enforce via yul for isoltest runs.
2 parents dfd9008 + 7b48c12 commit 3c0ca57

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)