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

Commit d55d890

Browse files
committed
Fix tests for ghc versions 8.4 - 8.6
1 parent 3625871 commit d55d890

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/unit/GhcModPluginSpec.hs

-2
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,6 @@ ghcmodSpec =
486486
, (Range (toPos (33, 15)) (toPos (33, 19)), "Int -> Test -> ShowS")
487487
, (Range (toPos (33, 15)) (toPos (33, 19)), "Test -> String")
488488
, (Range (toPos (33, 15)) (toPos (33, 19)), "[Test] -> ShowS")
489-
, (Range (toPos (33, 15)) (toPos (33, 19)), "Int -> Test -> ShowS")
490489
#if (defined(MIN_VERSION_GLASGOW_HASKELL) && (MIN_VERSION_GLASGOW_HASKELL(8,4,0,0)))
491490
#else
492491
, (Range (toPos (33, 15)) (toPos (33, 19)), "[Test] -> ShowS")
@@ -505,7 +504,6 @@ ghcmodSpec =
505504
[ (Range (toPos (33, 21)) (toPos (33, 23)), "(Test -> Test -> Bool) -> (Test -> Test -> Bool) -> Eq Test")
506505
, (Range (toPos (33, 21)) (toPos (33, 23)), "Test -> Test -> Bool")
507506
, (Range (toPos (33, 21)) (toPos (33, 23)), "Test -> Test -> Bool")
508-
, (Range (toPos (33, 21)) (toPos (33, 23)), "Test -> Test -> Bool")
509507
#if (defined(MIN_VERSION_GLASGOW_HASKELL) && (MIN_VERSION_GLASGOW_HASKELL(8,4,0,0)))
510508
#else
511509
, (Range (toPos (33, 21)) (toPos (33, 23)), "Test -> Test -> Bool")

0 commit comments

Comments
 (0)