Skip to content

Commit

Permalink
A lot less noise please
Browse files Browse the repository at this point in the history
  • Loading branch information
msooseth committed Sep 16, 2024
1 parent c779777 commit e53c9b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/EVM/Test/Tracing.hs
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,8 @@ compareTraces hevmTrace evmTrace = go hevmTrace evmTrace
bStack = b.stack
aGas = into a.traceGas
bGas = b.gas
putStrLn $ "hevm: " <> intToOpName aOp <> " pc: " <> show aPc <> " gas: " <> show aGas <> " stack: " <> show aStack
putStrLn $ "geth: " <> intToOpName bOp <> " pc: " <> show bPc <> " gas: " <> show bGas <> " stack: " <> show bStack
-- putStrLn $ "hevm: " <> intToOpName aOp <> " pc: " <> show aPc <> " gas: " <> show aGas <> " stack: " <> show aStack
-- putStrLn $ "geth: " <> intToOpName bOp <> " pc: " <> show bPc <> " gas: " <> show bGas <> " stack: " <> show bStack

when (aGas /= bGas) $ do
putStrLn "GAS doesn't match:"
Expand Down

0 comments on commit e53c9b3

Please sign in to comment.