Skip to content

Commit 05ff940

Browse files
committed
Merge with main and compilation fix
1 parent c0116fa commit 05ff940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Test/Decompile.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ decompilerTests = testGroup "decompiler"
106106

107107
checkDecompilation :: Text -> Text -> Assertion
108108
checkDecompilation contract src = do
109-
json <- solc Solidity src
109+
json <- solc Solidity src False
110110
let (Contracts sol, _, _) = fromJust $ readStdJSON json
111111
let c = fromJust $ Map.lookup ("hevm.sol:" <> contract) sol
112112
runEnv (Env defaultActConfig) (Solvers.withSolvers CVC5 1 1 (Just 100000000) (decompile c)) >>= \case

0 commit comments

Comments
 (0)