Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.

Commit

Permalink
add missing testFunc.Unordered field
Browse files Browse the repository at this point in the history
  • Loading branch information
davecheney committed Nov 12, 2016
1 parent ab87ba6 commit dcbe0a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/gotest.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ type testFuncs struct {
NeedXtest bool
NeedCgo bool
Cover []coverInfo
Unordered bool // TODO(dfc) used for tested output of examples.
}

func (t *testFuncs) CoverMode() string {
Expand Down

0 comments on commit dcbe0a0

Please sign in to comment.