Skip to content

Commit

Permalink
Add strict vectors to doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
Shimuuar committed Mar 18, 2024
1 parent 189c470 commit c911374
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vector/tests/doctests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ main = mapM_ run modGroups
, [ "src/Data/Vector.hs"
, "src/Data/Vector/Mutable.hs"
]
, [ "src/Data/Vector/Strict.hs"
, "src/Data/Vector/Strict/Mutable.hs"
]
, [ "src/Data/Vector/Generic.hs"
, "src/Data/Vector/Generic/Mutable.hs"
]
Expand Down

0 comments on commit c911374

Please sign in to comment.