Skip to content

Commit 9cf601c

Browse files
committed
RequirementMachine: Forgot to re-enable an assert
1 parent 1d95157 commit 9cf601c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AST/RequirementMachine/Symbol.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ struct Symbol::Storage final
113113
}
114114

115115
Storage(CanType type, ArrayRef<Term> substitutions, const ProtocolDecl *proto) {
116-
DEBUG_ASSERT(!type->hasTypeVariable());
116+
ASSERT(!type->hasTypeVariable());
117117
ASSERT(type->hasTypeParameter() != substitutions.empty());
118118

119119
Kind = Symbol::Kind::ConcreteConformance;

0 commit comments

Comments
 (0)