Get rid of redundant UsefulTestCase

This commit is contained in:
Mikhael Bogdanov
2019-04-15 09:04:35 +02:00
parent 854b73b03c
commit 18f76c31ca
6 changed files with 20 additions and 17 deletions
@@ -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(
"",