Skip to content

Commit

Permalink
change golden files
Browse files Browse the repository at this point in the history
  • Loading branch information
goodlyrottenapple committed Sep 13, 2024
1 parent 7bf64d5 commit d456e1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/map-symbolic/lookup-14-spec.k.out.golden
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
{
true
#Equals
Z:MyId in_keys ( ( MAP
X:MyId |-> 1 ) [ Y:MyId <- 2 ] )
Z:MyId in_keys ( MAP
( X:MyId |-> 1 ) )
}
#And
{
Expand Down
2 changes: 1 addition & 1 deletion test/map-symbolic/lookup-3-spec.k.out.golden
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
true
#Equals
Z:MyId in_keys ( MAP
( Y:MyId |-> 2 ) )
( Y:MyId |-> 1 ) )
}
#And
{
Expand Down

0 comments on commit d456e1a

Please sign in to comment.