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

Commit 68ee012

Browse files
author
Patrick Thomson
authored
Merge pull request #642 from github/fix-tasty-test
Fix errant Tasty bug.
2 parents e49b72b + 382767d commit 68ee012

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)