Skip to content

Commit f72c443

Browse files
committed
[CS] Downgrade an assert for 6.2
1 parent dbc9dae commit f72c443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/CSApply.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Solution::computeSubstitutions(NullablePtr<ValueDecl> decl,
146146
};
147147

148148
auto subs = SubstitutionMap::get(sig, replacementTypes, lookupConformanceFn);
149-
ASSERT(!subs.getRecursiveProperties().isSolverAllocated());
149+
CONDITIONAL_ASSERT(!subs.getRecursiveProperties().isSolverAllocated());
150150
return subs;
151151
}
152152

0 commit comments

Comments
 (0)