Skip to content

Commit 3f54146

Browse files
Apply suggestion from @MariusVanDerWijden
1 parent c86c5f3 commit 3f54146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/evm/blockrunner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ func runBlockTest(ctx *cli.Context, fname string) ([]testResult, error) {
139139
result.Root = finalRoot
140140
}
141141

142-
// When tracing, write end marker to delimit trace output for this test
142+
// When fuzzing, write results after every block
143143
if ctx.IsSet(FuzzFlag.Name) {
144144
report(ctx, []testResult{*result})
145145
}

0 commit comments

Comments
 (0)