Skip to content

Commit 0447d42

Browse files
committed
Fix coverage failure
CompilerError: Stack too deep when compiling inline assembly: Variable headStart is 1 slot(s) too deep inside the stack. issue description: ethereum/solidity#10354 workaround: sc-forks/solidity-coverage#636
1 parent 05ed24d commit 0447d42

File tree

3 files changed

+980
-542
lines changed

3 files changed

+980
-542
lines changed

.solcover.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
configureYulOptimizer: true,
3+
};

0 commit comments

Comments
 (0)