summaryrefslogtreecommitdiffstats
path: root/hugolib
diff options
context:
space:
mode:
authorCameron Moore <moorereason@gmail.com>2018-02-04 22:04:40 -0600
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-02-05 08:38:04 +0100
commit9a367d9d06db6f6cf22121d0397c464ae36e7089 (patch)
treeb612cfcd3bd26ec6f494bdda2be74c91508f7695 /hugolib
parent4402c077754991df19c3bbab0c4a671dcfdc192c (diff)
hugolib: Fix broken TestTemplateLookupOrder
It looks like we left some debugging code in place that caused all but one test case to run.
Diffstat (limited to 'hugolib')
-rw-r--r--hugolib/template_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/hugolib/template_test.go b/hugolib/template_test.go
index a5bec103a..4117d0f47 100644
--- a/hugolib/template_test.go
+++ b/hugolib/template_test.go
@@ -190,10 +190,6 @@ func TestTemplateLookupOrder(t *testing.T) {
},
} {
- if i != 9 {
- continue
- }
-
cfg, fs = newTestCfg()
th = testHelper{cfg, fs, t}