Skip to content

Commit

Permalink
Fix some imports that went wrong in the rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterRugg committed Jan 16, 2025
1 parent 73aa7b4 commit e5030e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/QuickCheckVEngine/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ import QuickCheckVEngine.Templates.GenFP
import QuickCheckVEngine.Templates.GenCHERI
import QuickCheckVEngine.Templates.GenHPM
import QuickCheckVEngine.Templates.GenTransExec
import QuickCheckVEngine.Templates.GenUnstructured

-- command line arguments
--------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/QuickCheckVEngine/Templates/GenUnstructured.hs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module QuickCheckVEngine.Templates.GenUnstructured (
) where

import QuickCheckVEngine.Template
import QuickCheckVEngine.Templates.Utils
import QuickCheckVEngine.Templates.Utils.General
import InstrCodec

gen_unstructured :: Template
Expand Down

0 comments on commit e5030e9

Please sign in to comment.