attempt to build an abstract dispatcher

This commit is contained in:
Dmitry Zuikov 2023-01-15 08:18:08 +03:00
parent 6c3ca86b05
commit 19bbbe9191
2 changed files with 15 additions and 0 deletions

View File

@ -119,6 +119,7 @@ test-suite test
other-modules: TestFakeMessaging other-modules: TestFakeMessaging
, TestActors , TestActors
, TestBlockInfoActor , TestBlockInfoActor
, TestAbstractDispatch
-- other-extensions: -- other-extensions:

View File

@ -0,0 +1,14 @@
module TestAbstractDispatch where
testAbstractDispatch :: IO ()
testAbstractDispatch = do
pure ()