Fix bad test modification

Original commit: 9e88db7e58
This commit is contained in:
Nikolay Krasko
2016-04-06 21:45:04 +03:00
parent ea14bae514
commit b2f2fb1f18
@@ -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")
}