diff --git a/src/text/template/exec_test.go b/src/text/template/exec_test.go index 371b3d126a..0a0be43baa 100644 --- a/src/text/template/exec_test.go +++ b/src/text/template/exec_test.go @@ -15,6 +15,7 @@ import ( "strings" "sync" "testing" + "unsafe" ) var debug = flag.Bool("debug", false, "show the errors produced by the tests")