Skip to content

Commit

Permalink
debug 4.4 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmcdonald3 committed Dec 15, 2023
1 parent 11c1461 commit c38c480
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TestModels/dafny-dependencies/StandardLibrary/src/UTF8.dfy
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ module {:extern "UTF8"} UTF8 {
invariant lo <= |s|
invariant ValidUTF8Range(s, lo, |s|)
invariant ValidUTF8Range(s + t, 0, |s + t|) == ValidUTF8Range(s + t, lo, |s + t|)
decreases |s| - lo
{
var r := (s + t)[lo..];
if Uses1Byte(r) {
Expand Down

0 comments on commit c38c480

Please sign in to comment.