diff --git a/hugolib/path_separators_windows_test.go b/hugolib/path_separators_windows_test.go index f9dca7f0f..d16168ca0 100644 --- a/hugolib/path_separators_windows_test.go +++ b/hugolib/path_separators_windows_test.go @@ -26,7 +26,7 @@ const ( func TestTemplatePathSeparator(t *testing.T) { t.Parallel() - tmpl := new(tpl.GoHTMLTemplate) + tmpl := new(tplimpl.GoHTMLTemplate) if name := tplimpl.GenerateTemplateNameFrom(win_base, win_path); name != "sub1/index.html" { t.Fatalf("Template name incorrect. got %s but expected %s", name, "sub1/index.html") }