aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-04-11 08:12:33 -0700
committerJohn MacFarlane <[email protected]>2024-04-11 08:12:33 -0700
commitfdc1ed6910f0cf8775e1b2e5a362785f609f5a53 (patch)
treef84f16741402d3af3b6bce62e97a367bce69202f
parent92fb7fcb97e355fe488ba8683679225f7a56c6a8 (diff)
remove error diagnostic.
-rw-r--r--test/Tests/Command.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Tests/Command.hs b/test/Tests/Command.hs
index c50531a4e..418a05c6a 100644
--- a/test/Tests/Command.hs
+++ b/test/Tests/Command.hs
@@ -135,7 +135,6 @@ extractCommandTest testExePath fp = unsafePerformIO $ do
def{ readerExtensions = pandocExtensions } contents)
let codeblocks = map extractCode $ filter isCodeBlock blocks
let cases = zipWith (runCommandTest testExePath fp) [1..] codeblocks
- error $ "testExecPath: " <> show testExePath
return $ testGroup fp
$ if null cases
then [testCase "!!" $ assertFailure "No command tests defined"]