We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d7b1a commit f87779bCopy full SHA for f87779b
idea/tests/org/jetbrains/kotlin/idea/debugger/KotlinDebuggerTestCase.java
@@ -106,7 +106,7 @@ protected void setUp() throws Exception {
106
if (LOCAL_CACHE_DIR.exists()) {
107
if (isLocalCacheOutdated()) {
108
System.out.println("-- Local caches outdated --");
109
- FilesKt.deleteRecursively(LOCAL_CACHE_DIR);
+ Assert.assertTrue("Failed to delete local cache!", FilesKt.deleteRecursively(LOCAL_CACHE_DIR));
110
localCacheRebuild = true;
111
}
112
0 commit comments