summaryrefslogtreecommitdiff
path: root/tests/Tests/Writers
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2016-08-15 15:39:34 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2016-08-15 15:39:34 -0400
commit972286c03406a4b6273212f7bc1b67fced836b3f (patch)
tree3722b2395da493c85361f029025866fa409569fe /tests/Tests/Writers
parentd416f6241079a8d596fd071ed3dc20c4a60a6069 (diff)
Docx writer test: comment out function to make compiler happy.
Diffstat (limited to 'tests/Tests/Writers')
-rw-r--r--tests/Tests/Writers/Docx.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Tests/Writers/Docx.hs b/tests/Tests/Writers/Docx.hs
index 8e0f37818..31fc3a47b 100644
--- a/tests/Tests/Writers/Docx.hs
+++ b/tests/Tests/Writers/Docx.hs
@@ -38,8 +38,8 @@ roundTripCompareWithOpts :: Options -> String -> FilePath -> Test
roundTripCompareWithOpts opts name nativeFile =
testCompareWithOpts opts name nativeFile nativeFile
-testCompare :: String -> FilePath -> FilePath -> Test
-testCompare = testCompareWithOpts def
+-- testCompare :: String -> FilePath -> FilePath -> Test
+-- testCompare = testCompareWithOpts def
roundTripCompare :: String -> FilePath -> Test
roundTripCompare = roundTripCompareWithOpts def