tests: fix formatting nits

This commit is contained in:
Péter Szilágyi 2019-10-02 10:40:28 +03:00 committed by GitHub
parent 3f09b33dd7
commit 31b914ba44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.