Skip to content

Commit 073b7c0

Browse files
author
Dan Fithian
committed
Exclude test for old GHC
1 parent 9e5e0ef commit 073b7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/UnitTests.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,10 +344,10 @@ fromJSONKeyAssertions =
344344
[ assertIsCoerce "Text" (fromJSONKey :: FromJSONKeyFunction Text)
345345
, assertIsCoerce "Tagged Int Text" (fromJSONKey :: FromJSONKeyFunction (Tagged Int Text))
346346
, assertIsCoerce "MyText" (fromJSONKey :: FromJSONKeyFunction MyText)
347-
, assertIsCoerce "Const Text" (fromJSONKey :: FromJSONKeyFunction (Const Text ()))
348347

349348
#if __GLASGOW_HASKELL__ >= 710
350349
, assertIsCoerce' "MyText'" (fromJSONKey :: FromJSONKeyFunction MyText')
350+
, assertIsCoerce "Const Text" (fromJSONKey :: FromJSONKeyFunction (Const Text ()))
351351
#endif
352352
]
353353
where

0 commit comments

Comments
 (0)