Skip to content

Commit

Permalink
core/vm/runtime: load js tracers
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman committed Nov 5, 2021
1 parent 20674c8 commit f790a68
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core/vm/runtime/runtime_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ import (
"github.com/ethereum/go-ethereum/core/vm"
"github.com/ethereum/go-ethereum/eth/tracers"
"github.com/ethereum/go-ethereum/params"

// force-load js tracers to trigger registration
_ "github.com/ethereum/go-ethereum/eth/tracers/js"
)

func TestDefaults(t *testing.T) {
Expand Down Expand Up @@ -511,7 +514,7 @@ func BenchmarkSimpleLoop(b *testing.B) {
// TestEip2929Cases contains various testcases that are used for
// EIP-2929 about gas repricings
func TestEip2929Cases(t *testing.T) {

t.Skip("Test only useful for generating documentation")
id := 1
prettyPrint := func(comment string, code []byte) {

Expand Down

0 comments on commit f790a68

Please sign in to comment.