Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 6a7a5b1

Browse files
committed
Fix GhcModPluginSpec tests
1 parent 823d35e commit 6a7a5b1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/unit/GhcModPluginSpec.hs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ ghcmodSpec =
9191
arg = TP False uri (toPos (5,9))
9292
res = IdeResultOk
9393
[(Range (toPos (5,9)) (toPos (5,10)), "Int")
94-
,(Range (toPos (5,9)) (toPos (5,14)), "Int")
95-
,(Range (toPos (5,1)) (toPos (5,14)), "Int -> Int")
9694
]
9795
testCommand testPlugins act "ghcmod" "type" arg res
9896

@@ -110,8 +108,6 @@ ghcmodSpec =
110108
let arg = TP False uri (toPos (5,9))
111109
let res = IdeResultOk
112110
[(Range (toPos (5,9)) (toPos (5,10)), "Int")
113-
,(Range (toPos (5,9)) (toPos (5,14)), "Int")
114-
,(Range (toPos (5,1)) (toPos (5,14)), "Int -> Int")
115111
]
116112
testCommand testPlugins act "ghcmod" "type" arg res
117113

0 commit comments

Comments
 (0)