diff options
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 |