Skip to content

Commit

Permalink
Merge branch 'master' into highprecision
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbattle committed Oct 23, 2023
2 parents d70ef38 + 8e45c1f commit c784ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vdmj/src/test/java/com/fujitsu/vdmj/junit/PogTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ protected void tearDown() throws Exception

private String[] expected =
{
/* 1 */ "(forall a:seq of nat1 &\n is_(inv_T2(a), bool))\n",
/* 1 */ "(forall a:T2 &\n is_(inv_T2(a), bool))\n",
/* 2 */ "exists a : seq of nat1 & (a <> [])\n",
/* 3 */ "forall m1, m2 in set {{1 |-> 2}, {2 |-> 3}} & forall d3 in set dom m1, d4 in set dom m2 & d3 = d4 => m1(d3) = m2(d4)\n",
/* 4 */ "After instance variable initializers (iv < 10)\n",
Expand Down

0 comments on commit c784ff3

Please sign in to comment.