Update tomltestgen and regenerate tests (#645)
Remove testsuite build tag from generated tests file Co-authored-by: Thomas Pelletier <thomas@pelletier.codes>
This commit is contained in:
@@ -43,8 +43,7 @@ type testsCollection struct {
|
||||
Count int
|
||||
}
|
||||
|
||||
const srcTemplate = "// +build testsuite\n\n" +
|
||||
"// Generated by tomltestgen for toml-test ref {{.Ref}} on {{.Timestamp}}\n" +
|
||||
const srcTemplate = "// Generated by tomltestgen for toml-test ref {{.Ref}} on {{.Timestamp}}\n" +
|
||||
"package toml_test\n" +
|
||||
" import (\n" +
|
||||
" \"testing\"\n" +
|
||||
|
||||
Reference in New Issue
Block a user