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 299f52e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/gotest.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,10 @@ func (t *testFuncs) Tested() string {
}

type testFunc struct {
Package string // imported package name (_test or _xtest)
Name string // function name
Output string // output, for examples
Package string // imported package name (_test or _xtest)
Name string // function name
Output string // output, for examples
Unordered bool // TODO(dfc) used for tested output of examples.
}

var testFileSet = token.NewFileSet()
Expand Down

0 comments on commit 299f52e

Please sign in to comment.