Skip to content

Commit

Permalink
Vendor dictionary words for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Feb 3, 2024
1 parent fa89a3d commit cc6ad27
Show file tree
Hide file tree
Showing 2 changed files with 235,977 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var (
)

func init() {
f, err := os.Open("/usr/share/dict/words")
f, err := os.Open("testdata/words")
if err != nil {
panic(err)
}
Expand Down
Loading

0 comments on commit cc6ad27

Please sign in to comment.