Skip to content

Commit

Permalink
parallelize the day 11 test
Browse files Browse the repository at this point in the history
  • Loading branch information
vaskoz committed Sep 1, 2018
1 parent 4188485 commit 713bc5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions day11/problem_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ var testcases = []struct {
}

func TestTrie(t *testing.T) {
t.Parallel()
for _, tc := range testcases {
trie := NewTrie(tc.input)
result := trie.Match(tc.query)
Expand Down

0 comments on commit 713bc5a

Please sign in to comment.