Skip to content

Commit a029216

Browse files
rv-jenkinsttuegel
andauthored
Update dependency: deps/k_release (#2357)
* deps/k_release: v5.0.0-2440f2e * test/issue-2205: Add $PGM to configuration * test/issue-2010: Add $PGM to configuration Co-authored-by: Thomas Tuegel <[email protected]>
1 parent d71f5ea commit a029216

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

deps/k_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v5.0.0-1af793e
1+
v5.0.0-2440f2e

test/imp/run-stepf-repl-script-spec.k.out.golden

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Kore (0)> ProveStepsF 11
22
Kore (10)> ProveStepsF 4
3-
Kore (17)> ProveStepsF 1000
3+
Kore (15)> ProveStepsF 1000
44
Proof completed on all branches.
5-
Kore (17)> Prove (Left (ClaimIndex {unClaimIndex = 1}))
5+
Kore (15)> Prove (Left (ClaimIndex {unClaimIndex = 1}))
66
Switched to proving claim 1
77
Kore (0)> ProveStepsF 1000
88
Proof completed on all branches.

test/issue-2010/test.k

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module TEST
66
| "None"
77
syntax MaybeInt ::= f() [function, functional, no-evaluators]
88

9-
configuration <k> f() </k>
9+
configuration <k> $PGM:MaybeInt </k>
1010

1111
rule <k> None => true ... </k>
1212
rule <k> Some I => I ... </k>

test/issue-2205/test.k

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module TEST
22
imports INT
3-
configuration <k> init </k>
3+
configuration <k> $PGM:KItem </k>
44
syntax KItem ::= "init" | "one" | "two"
55
rule <k> init => ?_:Int </k>
66
rule <k> 1 => one </k>

0 commit comments

Comments
 (0)