Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 2f58771

Browse files
author
Patrick Thomson
authored
Merge branch 'master' into patch-1
2 parents ab6e2ab + 68ee012 commit 2f58771

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

semantic/test/Spec.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ allTests :: (?session :: TaskSession, Fixture.HasFixture) => IO TestTree
3535
allTests = do
3636
asTastySpecs <- Tasty.testSpecs legacySpecs
3737
let allSpecs = tests <> asTastySpecs
38-
pure . Tasty.localOption Tasty.Success $ testGroup "semantic" allSpecs
38+
pure (testGroup "semantic" allSpecs)
3939

4040
-- If you're writing new test modules, please don't add to this
4141
-- stanza: it is only there to prevent massive rewrites, and is

0 commit comments

Comments
 (0)