@Test
public void stestLibraryLocations_2() throws Exception { stestLibraryLocations_2$(); }
public void stestLibraryLocations_2$() throws Exception {
Path compilerPath = epath(CompilerInstallDetector_Test.MOCK_GDC_B_CMDPATH);
LibraryLocation[] libLocations = getLibraryLocations(new GDCInstallType(), compilerPath);
checkLibLocations(libLocations, compilerPath.removeLastSegments(2),
"include/d/4.6.1");
}