Skip to content

Commit 7d96dc0

Browse files
author
Lucas McDonald
committed
m
1 parent 03411bc commit 7d96dc0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

TestVectors/dafny/DDBEncryption/src/WriteManifest.dfy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ module {:options "-functionSyntax:4"} WriteManifest {
224224
const E : string := "\u10002" // "U10002" <-> "𐀂" (same high surrogate as D: "\uD800\uDC02")
225225
const F : string := "\u20002" // "U20002" <-> "𠀂" (different high surrogate as D: "\D840\uDC02"
226226

227-
// Dafny doesn't handle unicode surrogates correctly.
228227
lemma CheckLengths()
229228
ensures |A| == 1
230229
ensures |B| == 1

0 commit comments

Comments
 (0)