Fix assert message.

This commit is contained in:
Axel Naumann 2013-05-08 14:25:28 +02:00 committed by sftnight
parent cd1f081199
commit eb087a315f

View File

@ -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