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

Commit f65f854

Browse files
committed
Fix tests for ghc 8.2.2
1 parent b14a3f8 commit f65f854

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/unit/GhcModPluginSpec.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@ ghcmodSpec =
489489
#if (defined(MIN_VERSION_GLASGOW_HASKELL) && (MIN_VERSION_GLASGOW_HASKELL(8,4,0,0)))
490490
#else
491491
, (Range (toPos (33, 15)) (toPos (33, 19)), "[Test] -> ShowS")
492+
, (Range (toPos (33, 15)) (toPos (33, 19)), "[Test] -> ShowS")
492493
#endif
493494
]
494495
testCommand testPlugins act "ghcmod" "type" arg res
@@ -506,6 +507,7 @@ ghcmodSpec =
506507
, (Range (toPos (33, 21)) (toPos (33, 23)), "Test -> Test -> Bool")
507508
#if (defined(MIN_VERSION_GLASGOW_HASKELL) && (MIN_VERSION_GLASGOW_HASKELL(8,4,0,0)))
508509
#else
510+
, (Range (toPos (33, 21)) (toPos (33, 23)), "Int -> Test -> ShowS")
509511
, (Range (toPos (33, 21)) (toPos (33, 23)), "Test -> Test -> Bool")
510512
#endif
511513
]

0 commit comments

Comments
 (0)