We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b80ae commit 773d55aCopy full SHA for 773d55a
1 file changed
optics/tests/Optics/Tests/Core.hs
@@ -41,7 +41,7 @@ coreTests = testGroup "Core"
41
assertSuccess $(inspectTest $ hasNoProfunctors 'rhs05)
42
, testCase "traverseOf_ (_Left % itraversed % _1 % ifolded) = traverseOf_ ..." $
43
-- GHC >= 8.6 gives different structure of let bindings.
44
- ghc86to910and9122failure $(inspectTest $ 'lhs06 === 'rhs06)
+ ghc86to910and9122failure $(inspectTest $ 'lhs06 ==~ 'rhs06)
45
, testCase "optimized lhs06" $
46
ghc9122failure $(inspectTest $ hasNoProfunctors 'lhs06)
47
, testCase "optimized rhs06" $
0 commit comments