Update dsymbol

This commit is contained in:
Hackerpilot 2015-06-07 17:53:46 -07:00
parent ff4168df6b
commit 0cf0f191bc
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 5d66473c37a486f92249f55ed3d51afdc0fd0449
Subproject commit 05439bb691e8130f2ff75797fa79df5146c5d729

View File

@ -528,7 +528,7 @@ body
}
}
string resolvedLocation = ModuleCache.resolveImportLoctation(path);
string resolvedLocation = ModuleCache.resolveImportLocation(path);
if (resolvedLocation is null)
{
warning("Could not resolve location of ", path);