]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/cmd/internal/bootstrap_test/experiment_toolid_test.go
misc/reboot: move to cmd/internal/bootstrap_test
[gostls13.git] / src / cmd / internal / bootstrap_test / experiment_toolid_test.go
similarity index 96%
rename from misc/reboot/experiment_toolid_test.go
rename to src/cmd/internal/bootstrap_test/experiment_toolid_test.go
index 87a828e32f73a40a1a0a64a31dd35bfc906139fd..cc60509ecb67161949596035e6b2738fef348768 100644 (file)
@@ -5,12 +5,13 @@
 //go:build explicit
 // +build explicit
 
-// Package experiment_toolid_test verifies that GOEXPERIMENT settings built
+// This test verifies that GOEXPERIMENT settings built
 // into the toolchain influence tool ids in the Go command.
 // This test requires bootstrapping the toolchain twice, so it's very expensive.
 // It must be run explicitly with -tags=explicit.
 // Verifies golang.org/issue/33091.
-package reboot_test
+
+package bootstrap_test
 
 import (
        "bytes"