From f91ff15b9551cd0d325dbd03f066d48dfd70ed25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 28 Sep 2024 11:53:34 +0200 Subject: Implement "send" as a builtin --- src/Parser/Statement.hs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/Parser') diff --git a/src/Parser/Statement.hs b/src/Parser/Statement.hs index 912366b..67ffd76 100644 --- a/src/Parser/Statement.hs +++ b/src/Parser/Statement.hs @@ -312,11 +312,6 @@ testSpawn = command "spawn" $ Spawn <*> paramOrContext "on" <*> innerBlock -testSend :: TestParser [TestStep] -testSend = command "send" $ Send - <$> paramOrContext "to" - <*> param "" - testExpect :: TestParser [TestStep] testExpect = command "expect" $ Expect <$> cmdLine @@ -376,7 +371,6 @@ testStep = choice , testSubnet , testNode , testSpawn - , testSend , testExpect , testFlush , testDisconnectNode -- cgit v1.2.3