Skip to content

Commit

Permalink
Enable test-case which proves the correct ghc is used
Browse files Browse the repository at this point in the history
  • Loading branch information
fendor committed Feb 22, 2022
1 parent 556a6cd commit 000bf05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/BiosTests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ cabalTestCases extraGhcDep =
testImplicitCradle "./tests/projects/implicit-cabal-deep-project" "foo/Main.hs" Cabal
]
, testGroupWithDependency extraGhcDep
[ expectFailBecause "hie-bios does not honour ghc in cabal.project"
$ testCaseSteps "Appropriate ghc and libdir" $ \step -> do
[ testCaseSteps "Appropriate ghc and libdir" $ \step -> do
fp <- canonicalizePath "./tests/projects/cabal-with-ghc/src/MyLib.hs"
crd <- initialiseCradle isCabalCradle fp step
step "Get runtime GHC library directory"
Expand Down

0 comments on commit 000bf05

Please sign in to comment.