Skip to content

Commit

Permalink
Fix rebase with moved files
Browse files Browse the repository at this point in the history
  • Loading branch information
Eela Nagaraj committed Apr 19, 2023
1 parent 53c7c7b commit a7d11fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion core/vm/runtime/runtime_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ func TestEip2929Cases(t *testing.T) {

// TestColdAccountAccessCost test that the cold account access cost is reported
// correctly
// see: https://github.com/celo-org/celo-blockchain/issues/22649
// see: https://github.com/ethereum/go-ethereum/issues/22649
func TestColdAccountAccessCost(t *testing.T) {
for i, tc := range []struct {
code []byte
Expand Down
5 changes: 0 additions & 5 deletions eth/tracers/internal/tracetest/calltrace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,6 @@ type callTracerTest struct {
Result *callTrace `json:"result"`
}

// TODO(kevjue/asaj): Figure out how to get the tracer tests to work with the new txn structure
// Iterates over all the input-output datasets in the tracer test harness and
// runs the JavaScript tracers against them.
/*
// Iterates over all the input-output datasets in the tracer test harness and
// runs the JavaScript tracers against them.
func TestCallTracerLegacy(t *testing.T) {
Expand Down Expand Up @@ -221,7 +217,6 @@ func testCallTracer(tracerName string, dirPath string, t *testing.T) {
})
}
}
*/

// jsonEqual is similar to reflect.DeepEqual, but does a 'bounce' via json prior to
// comparison
Expand Down

0 comments on commit a7d11fe

Please sign in to comment.