From: Bjørn Erik Pedersen Date: Fri, 17 Feb 2017 17:28:14 +0000 (+0100) Subject: hugolib: Fix Windows build failure, take 2 X-Git-Tag: v0.19~60 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=09466307;p=brevno-suite%2Fhugo hugolib: Fix Windows build failure, take 2 --- diff --git a/hugolib/path_separators_windows_test.go b/hugolib/path_separators_windows_test.go index f9dca7f0..d16168ca 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") }