Fix orphan format specifier error.
1 parent 2917ef8 commit 038fc1b471656ed76217f7f9da81a361a6f68b10
@Sönke Ludwig Sönke Ludwig authored on 22 Jan 2017
Showing 1 changed file
View
2
■■■
source/dub/dub.d
tcinfo.excludedSourceFiles[""] ~= mainfil;
continue;
}
if (fname == "package.d") {
logWarn("Excluding package.d file %s from test due to https://issues.dlang.org/show_bug.cgi?id=11847");
logWarn("Excluding package.d file from test due to https://issues.dlang.org/show_bug.cgi?id=11847");
continue;
}
import_modules ~= dub.internal.utils.determineModuleName(lbuildsettings, Path(file), m_project.rootPackage.path);
}