Skip to content

Commit 09bce44

Browse files
committed
RequirementMachine: Re-enable an ASSERT
1 parent 8db8f0c commit 09bce44

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
@@ -100,7 +100,7 @@ struct Symbol::Storage final
100100
DEBUG_ASSERT(kind == Symbol::Kind::Superclass ||
101101
kind == Symbol::Kind::ConcreteType);
102102
ASSERT(!type->hasUnboundGenericType());
103-
DEBUG_ASSERT(!type->hasTypeVariable());
103+
ASSERT(!type->hasTypeVariable());
104104
ASSERT(type->hasTypeParameter() != substitutions.empty());
105105

106106
Kind = kind;

0 commit comments

Comments
 (0)