Move JsUnitTestReporter.java to utils.
This commit is contained in:
@@ -22,7 +22,7 @@ import org.jetbrains.annotations.NotNull;
|
|||||||
import org.jetbrains.k2js.config.EcmaVersion;
|
import org.jetbrains.k2js.config.EcmaVersion;
|
||||||
import org.jetbrains.k2js.facade.MainCallParameters;
|
import org.jetbrains.k2js.facade.MainCallParameters;
|
||||||
import org.jetbrains.k2js.test.MultipleFilesTranslationTest;
|
import org.jetbrains.k2js.test.MultipleFilesTranslationTest;
|
||||||
import org.jetbrains.k2js.test.config.JsUnitTestReporter;
|
import org.jetbrains.k2js.test.utils.JsUnitTestReporter;
|
||||||
import org.jetbrains.k2js.test.rhino.RhinoSystemOutputChecker;
|
import org.jetbrains.k2js.test.rhino.RhinoSystemOutputChecker;
|
||||||
import org.jetbrains.k2js.test.rhino.RhinoUtils;
|
import org.jetbrains.k2js.test.rhino.RhinoUtils;
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.jetbrains.k2js.test.config;
|
package org.jetbrains.k2js.test.utils;
|
||||||
|
|
||||||
import com.intellij.util.containers.ContainerUtil;
|
import com.intellij.util.containers.ContainerUtil;
|
||||||
import junit.framework.TestCase;
|
import junit.framework.TestCase;
|
||||||
Reference in New Issue
Block a user