aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/pkgpath/pkgpath_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/internal/pkgpath/pkgpath_test.go')
-rw-r--r--src/cmd/internal/pkgpath/pkgpath_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cmd/internal/pkgpath/pkgpath_test.go b/src/cmd/internal/pkgpath/pkgpath_test.go
index 232e803a60..ae4fac71e4 100644
--- a/src/cmd/internal/pkgpath/pkgpath_test.go
+++ b/src/cmd/internal/pkgpath/pkgpath_test.go
@@ -5,6 +5,7 @@
package pkgpath
import (
+ "internal/testenv"
"os"
"testing"
)
@@ -34,6 +35,8 @@ func init() {
}
func TestToSymbolFunc(t *testing.T) {
+ testenv.MustHaveExec(t)
+
const input = "pä世🜃"
tests := []struct {
env string