Skip to content

Commit

Permalink
Fix compilation warning in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
kquick committed Feb 8, 2021
1 parent 36064a6 commit c59b6a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ cabal.project.local
*.tix
.ghc.environment.*
*~
_darcs
.boring
2 changes: 1 addition & 1 deletion crux-llvm/test/Test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ mkTest clangVer sweet _ expct =
let specMatchesInstalled v =
or [ v == vcTag clangVer
, and [ v == "pre-clang11"
, vcMajor clangVer `elem` (show <$> [3..10])
, vcMajor clangVer `elem` (show <$> [3..10 :: Int])
]
]
in case lookup "clang-range" (TS.expParamsMatch expct) of
Expand Down

0 comments on commit c59b6a6

Please sign in to comment.