Move JsUnitTestReporter.java to utils.

This commit is contained in:
Zalim Bashorov
2014-11-26 15:06:15 +03:00
parent 3f480361f1
commit a8e8f9b44e
2 changed files with 2 additions and 2 deletions
@@ -22,7 +22,7 @@ import org.jetbrains.annotations.NotNull;
import org.jetbrains.k2js.config.EcmaVersion;
import org.jetbrains.k2js.facade.MainCallParameters;
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.RhinoUtils;
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.jetbrains.k2js.test.config;
package org.jetbrains.k2js.test.utils;
import com.intellij.util.containers.ContainerUtil;
import junit.framework.TestCase;