Move IrBytecodeText tests to ir package

This commit is contained in:
Mikhael Bogdanov
2019-02-07 16:14:02 +01:00
parent b902da55d5
commit 4dc304b24e
2 changed files with 4 additions and 3 deletions
@@ -3,7 +3,7 @@
* that can be found in the license/LICENSE.txt file.
*/
package org.jetbrains.kotlin.codegen;
package org.jetbrains.kotlin.codegen.ir;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;