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

Commit f614c59

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/unit/GhcModPluginSpec.hs

+2
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ ghcmodSpec =
488488
, (Range (toPos (33, 15)) (toPos (33, 19)), "[Test] -> ShowS")
489489
#if (defined(MIN_VERSION_GLASGOW_HASKELL) && (MIN_VERSION_GLASGOW_HASKELL(8,4,0,0)))
490490
#else
491+
, (Range (toPos (33, 15)) (toPos (33, 19)), "Int -> Test -> ShowS")
491492
, (Range (toPos (33, 15)) (toPos (33, 19)), "[Test] -> ShowS")
492493
#endif
493494
]
@@ -507,6 +508,7 @@ ghcmodSpec =
507508
#if (defined(MIN_VERSION_GLASGOW_HASKELL) && (MIN_VERSION_GLASGOW_HASKELL(8,4,0,0)))
508509
#else
509510
, (Range (toPos (33, 21)) (toPos (33, 23)), "Test -> Test -> Bool")
511+
, (Range (toPos (33, 21)) (toPos (33, 23)), "Test -> Test -> Bool")
510512
#endif
511513
]
512514
testCommand testPlugins act "ghcmod" "type" arg res

0 commit comments

Comments
 (0)