aboutsummaryrefslogtreecommitdiffstats
path: root/test/Benchmark.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Benchmark.hs')
-rw-r--r--test/Benchmark.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Benchmark.hs b/test/Benchmark.hs
index d0ea9cd..9c81049 100644
--- a/test/Benchmark.hs
+++ b/test/Benchmark.hs
@@ -2,7 +2,7 @@ module Main where
import Control.Lens ((&), (.~))
import Criterion.Main (bench, bgroup, defaultMain, nfAppIO)
-import VeriFuzz (configProperty, defaultConfig, proceduralIO,
+import Verismith (configProperty, defaultConfig, proceduralIO,
propSize, propStmntDepth)
main :: IO ()