Skip to content

Commit 7ece5c3

Browse files
committed
Fix assertion
1 parent 93a220b commit 7ece5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/_StringProcessing/Engine/MEQuantify.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ extension Processor {
130130
return false
131131
}
132132
if let savePointRange {
133-
assert(!produceSavePointRange)
133+
assert(produceSavePointRange)
134134
savePoints.append(makeQuantifiedSavePoint(
135135
savePointRange, isScalarSemantics: payload.isScalarSemantics))
136136
}

0 commit comments

Comments
 (0)