Skip to content

Commit 249b0b0

Browse files
committed
Fix tests
1 parent 0c965d4 commit 249b0b0

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

plugins/hls-eval-plugin/test/testdata/TLocalImport.expected.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ import qualified Util
44

55
-- >>> Util.tst 11 11
66
-- True
7+
8+
tst' :: Eq a => a -> a -> Bool
9+
tst' = Util.tst

plugins/hls-eval-plugin/test/testdata/TLocalImport.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ import qualified Util
44

55
-- >>> Util.tst 11 11
66

7+
tst' :: Eq a => a -> a -> Bool
78
tst' = Util.tst

plugins/hls-eval-plugin/test/testdata/TTransitive.expected.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ module TTransitive where
33
import TLocalImport
44

55
-- >>> tst' 11 11
6-
-- No instance for (Num Any) arising from the literal ‘11’
6+
-- True

0 commit comments

Comments
 (0)