Skip to content

Commit

Permalink
fix import in test-static-optimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
agentm committed Aug 25, 2024
1 parent 80e005f commit 9f87533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Relation/StaticOptimizer.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import ProjectM36.TupleSet
import ProjectM36.StaticOptimizer
import ProjectM36.DatabaseContext as DBC
import System.Exit
import Control.Monad.State
import Test.HUnit
import qualified Data.Set as S
import Control.Monad (forM_)

main :: IO ()
main = do
Expand Down

0 comments on commit 9f87533

Please sign in to comment.