Skip to content

Commit

Permalink
fixed "go test ./..." error:
Browse files Browse the repository at this point in the history
can't load package: package github.com/cheekybits/genny/parse/test/queue: found packages queue (float32_queue.go) and changed (int_queue_newpkg.go)
  • Loading branch information
dimchansky committed May 24, 2016
1 parent 670ed67 commit 016813d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parse/parse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var tests = []struct {
pkgName: "changed",
in: `test/queue/generic_queue.go`,
types: []map[string]string{{"Something": "int"}},
expectedOut: `test/queue/int_queue_newpkg.go`,
expectedOut: `test/queue/changed/int_queue.go`,
},
{
filename: "generic_queue.go",
Expand Down
File renamed without changes.

0 comments on commit 016813d

Please sign in to comment.