diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-09-13 21:35:02 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-09-13 23:39:16 +0200 |
commit | 8e3d03e55793b49dc6844b23877c84d111e8d7d1 (patch) | |
tree | a9f44351019a3b3016259d117d6c906f66cbb623 /src/Test.hs | |
parent | 866d539bb9e6b9cf1676bff2e592e73a94d6f572 (diff) |
Diffstat (limited to 'src/Test.hs')
-rw-r--r-- | src/Test.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Test.hs b/src/Test.hs index 3e98efa..ce88052 100644 --- a/src/Test.hs +++ b/src/Test.hs @@ -49,7 +49,7 @@ data TestStep a where Send :: Process -> Text -> TestStep () Expect :: SourceLine -> Process -> Traced Regex -> [ TypedVarName Text ] -> ([ Text ] -> TestStep a) -> TestStep a Flush :: Process -> Maybe Regex -> TestStep () - Guard :: SourceLine -> EvalTrace -> Bool -> TestStep () + Guard :: CallStack -> Bool -> TestStep () DisconnectNode :: Node -> TestStep a -> TestStep a DisconnectNodes :: Network -> TestStep a -> TestStep a DisconnectUpstream :: Network -> TestStep a -> TestStep a |