Skip to content

Commit a7d11fe

Browse files
author
Eela Nagaraj
committed
Fix rebase with moved files
1 parent 53c7c7b commit a7d11fe

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

core/vm/runtime/runtime_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ func TestEip2929Cases(t *testing.T) {
639639

640640
// TestColdAccountAccessCost test that the cold account access cost is reported
641641
// correctly
642-
// see: https://github.com/celo-org/celo-blockchain/issues/22649
642+
// see: https://github.com/ethereum/go-ethereum/issues/22649
643643
func TestColdAccountAccessCost(t *testing.T) {
644644
for i, tc := range []struct {
645645
code []byte

eth/tracers/internal/tracetest/calltrace_test.go

-5
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,6 @@ type callTracerTest struct {
126126
Result *callTrace `json:"result"`
127127
}
128128

129-
// TODO(kevjue/asaj): Figure out how to get the tracer tests to work with the new txn structure
130-
// Iterates over all the input-output datasets in the tracer test harness and
131-
// runs the JavaScript tracers against them.
132-
/*
133129
// Iterates over all the input-output datasets in the tracer test harness and
134130
// runs the JavaScript tracers against them.
135131
func TestCallTracerLegacy(t *testing.T) {
@@ -221,7 +217,6 @@ func testCallTracer(tracerName string, dirPath string, t *testing.T) {
221217
})
222218
}
223219
}
224-
*/
225220

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

0 commit comments

Comments
 (0)