From c911374da12750021960b4df5673d54b1d401c41 Mon Sep 17 00:00:00 2001 From: Alexey Khudyakov Date: Mon, 18 Mar 2024 20:54:30 +0300 Subject: [PATCH] Add strict vectors to doctests --- vector/tests/doctests.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vector/tests/doctests.hs b/vector/tests/doctests.hs index b0895764..172f033d 100644 --- a/vector/tests/doctests.hs +++ b/vector/tests/doctests.hs @@ -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" ]