Skip to content

Commit

Permalink
typo stylus_trace_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcofann authored Dec 26, 2024
1 parent e4cd1fb commit ef2b208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_tests/stylus_trace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ func TestStylusOpcodeTraceCreate(t *testing.T) {
checkOpcode(t, result, 11, vm.POP, create2Addr[:])
}

// TestStylusOpcodeTraceEquivalence compares a Stylus trace with a equivalent Solidity/EVM trace. Notice
// TestStylusOpcodeTraceEquivalence compares a Stylus trace with an equivalent Solidity/EVM trace. Notice
// the Stylus trace does not contain all opcodes from the Solidity/EVM trace. Instead, this test
// only checks that both traces contain the same basic opcodes.
func TestStylusOpcodeTraceEquivalence(t *testing.T) {
Expand Down

0 comments on commit ef2b208

Please sign in to comment.