summaryrefslogtreecommitdiffstats
path: root/hugolib/page_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/page_test.go')
-rw-r--r--hugolib/page_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/hugolib/page_test.go b/hugolib/page_test.go
index c59177652..7d55787c8 100644
--- a/hugolib/page_test.go
+++ b/hugolib/page_test.go
@@ -375,7 +375,6 @@ func testAllMarkdownEnginesForPages(t *testing.T,
shouldExecute func() bool
}{
{"md", func() bool { return true }},
- {"mmark", func() bool { return true }},
{"ad", func() bool { return asciidocext.Supports() }},
{"rst", func() bool { return rst.Supports() }},
}