Fix bad test modification

This commit is contained in:
Nikolay Krasko
2016-04-06 21:45:04 +03:00
parent 46a1028494
commit 9e88db7e58
@@ -860,7 +860,7 @@ class KotlinJpsBuildTest : AbstractKotlinJpsBuildTestCase() {
Operation.CHANGE ->
touch(file)
Operation.DELETE ->
assertTrue("Can not delete file \"" + file.absolutePath + "\"", file.exists())
assertTrue("Can not delete file \"" + file.absolutePath + "\"", file.delete())
else ->
fail("Unknown operation")
}