diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2016-08-15 15:39:34 -0400 |
---|---|---|
committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2016-08-15 15:39:34 -0400 |
commit | 972286c03406a4b6273212f7bc1b67fced836b3f (patch) | |
tree | 3722b2395da493c85361f029025866fa409569fe /tests | |
parent | d416f6241079a8d596fd071ed3dc20c4a60a6069 (diff) | |
download | pandoc-972286c03406a4b6273212f7bc1b67fced836b3f.tar.gz |
Docx writer test: comment out function to make compiler happy.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Tests/Writers/Docx.hs | 4 |
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 |