Skip to content

Commit e3b903a

Browse files
authored
Merge pull request #35905 from hashicorp/td-generate-tagtests-xray
Initial set of generated tag tests
2 parents 0dce113 + ec97075 commit e3b903a

15 files changed

+3068
-174
lines changed

internal/generate/servicepackage/main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@ func (v *visitor) processFuncDecl(funcDecl *ast.FuncDecl) {
263263
}
264264
case "Tags":
265265
// Handled above.
266+
case "Testing":
267+
// Ignored.
266268
default:
267269
v.g.Warnf("unknown annotation: %s", annotationName)
268270
}

0 commit comments

Comments
 (0)