Skip to content

Commit

Permalink
make test platform agnostic (missed a case)
Browse files Browse the repository at this point in the history
  • Loading branch information
dorchard committed Aug 15, 2024
1 parent 12c3fab commit 2767ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Language/Fortran/Analysis/ModGraphSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec =
-- we are understanding this correctly (via the dependency graph
-- and then its topological sort).
testDependencyList = do

Check warning on line 20 in test/Language/Fortran/Analysis/ModGraphSpec.hs

View workflow job for this annotation

GitHub Actions / Ubuntu / GHC 9.0, Cabal / test

Top-level binding with no type signature:

Check warning on line 20 in test/Language/Fortran/Analysis/ModGraphSpec.hs

View workflow job for this annotation

GitHub Actions / Ubuntu / GHC 9.2, Cabal / test

Top-level binding with no type signature:

Check warning on line 20 in test/Language/Fortran/Analysis/ModGraphSpec.hs

View workflow job for this annotation

GitHub Actions / Ubuntu / GHC 9.4, Cabal / test

Top-level binding with no type signature:
paths' <- expandDirs ["test-data/module"]
paths' <- expandDirs ["test-data" </> "module"]
mg <- genModGraph (Just Fortran90) ["."] Nothing paths'
let list = modGraphToList mg
let files = ["leaf.f90", "mid1.f90", "mid2.f90", "top.f90"]
Expand Down

0 comments on commit 2767ef6

Please sign in to comment.