Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Commit

Permalink
Update test/exe/Main.hs
Browse files Browse the repository at this point in the history
Co-authored-by: Moritz Kiefer <[email protected]>
  • Loading branch information
mpickering and cocreature authored May 16, 2020
1 parent 9f59e80 commit 5b02054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/exe/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,7 @@ findDefinitionAndHoverTests = let
mkFindTests tests = testGroup "get"
[ testGroup "definition" $ mapMaybe fst tests
, testGroup "hover" $ mapMaybe snd tests
, testGroup "type-definition" $ typeDefinitionTests ]
, testGroup "type-definition" typeDefinitionTests ]

typeDefinitionTests = [ tst (getTypeDefinitions, checkDefs) dcL7 tcData "Saturated data con"
, tst (getTypeDefinitions, checkDefs) opL16 [ExpectNoDefinitions] "Polymorphic variable"]
Expand Down

0 comments on commit 5b02054

Please sign in to comment.