Skip to content

Commit

Permalink
os agnostic test
Browse files Browse the repository at this point in the history
  • Loading branch information
dorchard committed Sep 3, 2024
1 parent 4d028b7 commit 001abaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Language/Fortran/Analysis/ModFileSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ testModuleMaps = do
let mmap = genUniqNameToFilenameMap modFiles
-- check that `constant` is declared in leaf.f90
let Just leaf = M.lookup "leaf_constant_1" mmap

Check warning on line 44 in test/Language/Fortran/Analysis/ModFileSpec.hs

View workflow job for this annotation

GitHub Actions / Ubuntu / GHC 9.2, Cabal / test

Pattern match(es) are non-exhaustive

Check warning on line 44 in test/Language/Fortran/Analysis/ModFileSpec.hs

View workflow job for this annotation

GitHub Actions / Ubuntu / GHC 9.4, Cabal / test

Pattern match(es) are non-exhaustive
leaf `shouldBe` "test-data/module/leaf.f90"
leaf `shouldBe` ("test-data" </> "module" </> "leaf.f90")

0 comments on commit 001abaf

Please sign in to comment.