From b43ebd5f96a0bc21930956acc3169a15d44092f0 Mon Sep 17 00:00:00 2001 From: Evgeny Danienko <6655321@bk.ru> Date: Wed, 11 May 2022 10:53:35 +0300 Subject: [PATCH] fix build --- tests/block_test_util.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/block_test_util.go b/tests/block_test_util.go index fea4ee0b95..d28f3a1237 100644 --- a/tests/block_test_util.go +++ b/tests/block_test_util.go @@ -16,9 +16,6 @@ // Package tests implements execution of Ethereum JSON tests. -//go:build integration -// +build integration - package tests import (