Skip to content

Commit

Permalink
Merge pull request #654 from leenipper/change-update-generator
Browse files Browse the repository at this point in the history
change: update generator
  • Loading branch information
leenipper authored Apr 26, 2017
2 parents 8837dbb + 244eb3b commit dc4d153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions exercises/change/.meta/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ func determineExpected(expected interface{}) (valid bool, list []int) {

var tmpl = `package change
// Source: {{.Ori}}
{{if .Commit}}// Commit: {{.Commit}}
{{end}}
{{.Header}}
var testCases = []struct {
description string
Expand Down
1 change: 1 addition & 0 deletions exercises/change/cases_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package change

// Source: exercism/x-common
// Commit: 3d8b5b3 change: Fix canonical-data.json formatting
// x-common version: 1.0.0

var testCases = []struct {
description string
Expand Down

0 comments on commit dc4d153

Please sign in to comment.