Get rid of redundant UsefulTestCase

Original commit: 18f76c31ca
This commit is contained in:
Mikhael Bogdanov
2019-04-15 09:04:35 +02:00
parent 5b7fdac88d
commit 52d7a2a3c7
@@ -5,9 +5,9 @@
package org.jetbrains.kotlin.jps.build
import com.intellij.testFramework.UsefulTestCase
import junit.framework.TestCase
class JoinToReadableStringTest : UsefulTestCase() {
class JoinToReadableStringTest : TestCase() {
fun test0() {
assertEquals(
"",