Skip to content

Commit a579c9f

Browse files
fix comment
1 parent 849232b commit a579c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/evm/imports_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ func findFilteredLibevmImportsWithFiles(rootDir string) (map[string]map[string]s
168168
return err
169169
}
170170

171-
// Skip generated files, main_test.go, and state_account_ext.go
171+
// Skip generated files and main_test.go
172172
filename := filepath.Base(path)
173173
if strings.HasPrefix(filename, "gen_") || strings.Contains(path, "core/main_test.go") {
174174
return nil

0 commit comments

Comments
 (0)