Fix assert message.
This commit is contained in:
parent
cd1f081199
commit
eb087a315f
@ -232,7 +232,7 @@ namespace cling {
|
||||
|
||||
Scope* S = m_Sema->getScopeForContext(m_Sema->CurContext);
|
||||
m_Sema->LookupName(R, S);
|
||||
assert(!R.empty() && "Cannot find PrintValue(...)");
|
||||
assert(!R.empty() && "Cannot find cling_PrintValue(...)");
|
||||
|
||||
CXXScopeSpec CSS;
|
||||
Expr* UnresolvedLookup
|
||||
|
Loading…
x
Reference in New Issue
Block a user