Remove invalid comment

pull/813/head
Joran Honig 6 years ago
parent c3fbb35f64
commit 3ceed6665d
  1. 2
      tests/laser/evm_testsuite/evm_test.py

@ -138,7 +138,7 @@ def test_vmtest(
actual = actual.value
actual = (
1 if actual is True else 0 if actual is False else actual
) # Comparisons should be done with == than 'is' here as actual can be a BoolRef
)
else:
if type(actual) == bytes:
actual = int(binascii.b2a_hex(actual), 16)

Loading…
Cancel
Save