Skip to content

Commit d2986d9

Browse files
committed
refactor: remove obsolete // +build tag
Signed-off-by: zjumathcode <pai314159@2980.com>
1 parent b5f5640 commit d2986d9

6 files changed

Lines changed: 0 additions & 6 deletions

File tree

execution/evm/test/execution_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build evm
2-
// +build evm
32

43
package test
54

execution/evm/test/test_helpers.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build evm
2-
// +build evm
32

43
package test
54

test/e2e/evm_da_restart_e2e_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build evm
2-
// +build evm
32

43
// Package e2e contains end-to-end tests for Rollkit's EVM integration.
54
//

test/e2e/evm_full_node_e2e_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build evm
2-
// +build evm
32

43
// Package e2e contains end-to-end tests for Evolve's EVM integration.
54
//

test/e2e/evm_sequencer_e2e_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build evm
2-
// +build evm
32

43
// Package e2e contains end-to-end tests for Evolve's EVM integration.
54
//

test/e2e/evm_test_common.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build evm
2-
// +build evm
32

43
// Package e2e contains shared utilities for EVM end-to-end tests.
54
//

0 commit comments

Comments
 (0)