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

Commit

Permalink
remove old go1.8 NoGoError change (#692)
Browse files Browse the repository at this point in the history
Fixes gb#690
  • Loading branch information
davecheney authored Feb 21, 2017
1 parent e4c5207 commit d94d4f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 19 deletions.
10 changes: 0 additions & 10 deletions build17_test.go

This file was deleted.

9 changes: 0 additions & 9 deletions build18_test.go

This file was deleted.

4 changes: 4 additions & 0 deletions build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -374,3 +374,7 @@ func mktemp(t *testing.T) string {
func mktmp() (string, error) {
return ioutil.TempDir("", "gb-test-")
}

func nogoerr(dir string) error {
return &build.NoGoError{Dir: dir}
}

0 comments on commit d94d4f1

Please sign in to comment.