mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix assertion (IDEA-67971)
This commit is contained in:
+5
@@ -273,7 +273,12 @@ public class BackendCompilerWrapper {
|
||||
if (moduleTestOutputDirectory == null) {
|
||||
return false;
|
||||
}
|
||||
// here we have test output specified
|
||||
final String moduleOutputDirectory = getOutputDir(module);
|
||||
if (moduleOutputDirectory == null) {
|
||||
// only test output is specified, so should return true
|
||||
return true;
|
||||
}
|
||||
return !FileUtil.pathsEqual(moduleTestOutputDirectory, moduleOutputDirectory);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user