Skip to content

Commit 6a8cad9

Browse files
committed
there is no 'ASSERT' in release 6.0
1 parent 82a1bb5 commit 6a8cad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AST/ASTPrinter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1684,7 +1684,7 @@ static unsigned getDepthOfRequirement(const Requirement &req) {
16841684

16851685
void PrintAST::printGenericSignature(GenericSignature genericSig,
16861686
unsigned flags) {
1687-
ASSERT(!((flags & InnermostOnly) && (flags & PrintInverseRequirements))
1687+
assert(!((flags & InnermostOnly) && (flags & PrintInverseRequirements))
16881688
&& "InnermostOnly + PrintInverseRequirements is not handled");
16891689

16901690
printGenericSignature(genericSig, flags,

0 commit comments

Comments
 (0)