From 31b914ba4436766d82b970a0c1c0caf27ed1cfae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Wed, 2 Oct 2019 10:40:28 +0300 Subject: [PATCH] tests: fix formatting nits --- tests/state_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/state_test.go b/tests/state_test.go index f77662be1f..60c13ac6e7 100644 --- a/tests/state_test.go +++ b/tests/state_test.go @@ -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.