aboutsummaryrefslogtreecommitdiff
path: root/go.dev/cmd/internal/html/template/exec_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'go.dev/cmd/internal/html/template/exec_test.go')
-rw-r--r--go.dev/cmd/internal/html/template/exec_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.dev/cmd/internal/html/template/exec_test.go b/go.dev/cmd/internal/html/template/exec_test.go
index f85a1302..6bd824c6 100644
--- a/go.dev/cmd/internal/html/template/exec_test.go
+++ b/go.dev/cmd/internal/html/template/exec_test.go
@@ -17,7 +17,7 @@ import (
"sync"
"testing"
- "golang.org/x/go.dev/cmd/internal/text/template"
+ "golang.org/x/website/go.dev/cmd/internal/text/template"
)
var debug = flag.Bool("debug", false, "show the errors produced by the tests")