Commentary

This commit is contained in:
Wilson Snyder 2013-02-18 11:05:47 -05:00
parent ebef78a13e
commit 75416a3016

View File

@ -136,6 +136,7 @@ private:
// Check again
modp = m_mods.rootp()->findIdFallback(modName)->nodep()->castNodeModule();
if (!modp) {
// This shouldn't throw a message as parseFile will create a AstNotFoundModule for us
nodep->v3error("Can't resolve module reference: "<<modName);
}
}