mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
tests: fix formatting nits
This commit is contained in:
parent
3f09b33dd7
commit
31b914ba44
1 changed files with 1 additions and 1 deletions
|
|
@ -43,6 +43,7 @@ func TestState(t *testing.T) {
|
|||
|
||||
// Very time consuming
|
||||
st.skipLoad(`^stTimeConsuming/`)
|
||||
|
||||
// Broken tests:
|
||||
// Expected failures:
|
||||
//st.fails(`^stRevertTest/RevertPrecompiledTouch(_storage)?\.json/Byzantium/0`, "bug in test")
|
||||
|
|
@ -79,7 +80,6 @@ func TestState(t *testing.T) {
|
|||
})
|
||||
}
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
// Transactions with gasLimit above this value will not get a VM trace on failure.
|
||||
|
|
|
|||
Loading…
Reference in a new issue