packages feed

liquid-fixpoint-0.9.6.3.4: tests/tasty/ghc-before-9.12.1/SimplifyKVarTests.hs

module SimplifyKVarTests (tests) where

import Test.Tasty
import Test.Tasty.HUnit

tests :: TestTree
tests =
  testGroup "simplifyKVar"
    [ testCase "Disabled because it needs MultilineStrings (ghc >= 9.12.1)" $
        return ()
    ]