Skip to content

Commit 6836341

Browse files
committed
Add comment to new testenv function.
1 parent ed0e868 commit 6836341

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/testenv/testenv.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ func NeedsGo1Point(t Testing, x int) {
132132
}
133133
}
134134

135+
// NeedsArch skips test if the current arch is different than the one required.
135136
func NeedsArch(t Testing, arch string) {
136137
if t, ok := t.(helperer); ok {
137138
t.Helper()

0 commit comments

Comments
 (0)