Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcadman committed Nov 5, 2024
1 parent fbe0b2e commit b66b2f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion src/Anoma/Effect/Base.hs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ module Anoma.Effect.Base
anomaClientHandle,
anomaPath,
runAnoma,
-- runAnomaTest,
module Anoma.Rpc.Base,
module Juvix.Compiler.Nockma.Translation.FromTree,
)
Expand Down
14 changes: 0 additions & 14 deletions test/Anoma/Compilation/Positive.hs
Original file line number Diff line number Diff line change
Expand Up @@ -257,23 +257,9 @@ allTests =

haskellNockmaTests :: TestTree
haskellNockmaTests =
-- withResource initNode freeNode $ \_ ->
testGroup
"Anoma positive tests (Haskell evaluator)"
(map fromAnomaTest anomaTests)
-- where
-- initNode :: IO AnomaProcesses
-- initNode = runM
-- . runSimpleErrorHUnit
-- . ignoreLogger
-- . runAnoma testAnomaPath
-- $ do
-- noHalt

-- freeNode :: AnomaProcesses -> IO ()
-- freeNode AnomaProcesses {..} = runM . runProcess $ do
-- terminateProcess _anomaClientHandle
-- terminateProcess _anomaNodeHandle

natArg :: Natural -> Term Natural
natArg = toNock
Expand Down

0 comments on commit b66b2f9

Please sign in to comment.