Skip to content

Commit 4dc2cac

Browse files
committed
Fix unit tests
1 parent 1658c36 commit 4dc2cac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

kore/test/Test/Kore/Rewrite/RewriteStep.hs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ import Kore.Internal.Predicate as Predicate (
3737
makeNotPredicate,
3838
makeTruePredicate,
3939
)
40+
import Kore.Attribute.UniqueId (
41+
UniqueId,
42+
)
4043
import Kore.Internal.Predicate qualified as Predicate
4144
import Kore.Internal.SideCondition qualified as SideCondition
4245
import Kore.Internal.Substitution qualified as Substitution
@@ -144,6 +147,7 @@ unifyRule ::
144147
Step.UnifyingRuleVariable rule ~ RewritingVariableName =>
145148
From rule SourceLocation =>
146149
From rule Label =>
150+
From rule UniqueId =>
147151
Pattern RewritingVariableName ->
148152
rule ->
149153
IO [Step.UnifiedRule rule]

0 commit comments

Comments
 (0)