Skip to content

Commit 3f2d1dd

Browse files
committed
[CS] Downgrade an ASSERT for 6.2
1 parent 7e537b7 commit 3f2d1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/ConstraintSystem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1809,7 +1809,7 @@ Type Solution::simplifyType(Type type, bool wantInterfaceType) const {
18091809
});
18101810
}
18111811

1812-
ASSERT(!resolvedType->getRecursiveProperties().isSolverAllocated());
1812+
CONDITIONAL_ASSERT(!resolvedType->getRecursiveProperties().isSolverAllocated());
18131813
return resolvedType;
18141814
}
18151815

0 commit comments

Comments
 (0)