1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 02:44:36 +03:00

No trace to let ci run

This commit is contained in:
Timothy Clem 2017-02-15 16:22:22 -08:00
parent 70c8e2a57b
commit ea3310d953

View File

@ -54,7 +54,7 @@ spec = parallel $ do
tocSummaries = filter (not . isErrorSummary) (diffTOC blobs diff)
numPatches = sum (1 <$ diff)
in
trace ("toc:" <> show tocSummaries <> " diff: " <> show diff :: String)
-- trace ("toc:" <> show tocSummaries <> " diff: " <> show diff :: String)
((isJust (beforeTerm diff) && isJust (afterTerm diff) ==> Prologue.length tocSummaries == max 1 numPatches) `shouldBe` True)
prop "equal terms produce identity diffs" $