Move doubleArrayOf test file to proper place in interpreter test data

This commit is contained in:
Ivan Kylchik
2021-06-04 13:11:35 +03:00
committed by TeamCityServer
parent b44fd1a6fe
commit c2fc017d96
3 changed files with 12 additions and 12 deletions
@@ -121,12 +121,6 @@ public class IrInterpreterAfterFir2IrTestGenerated extends AbstractIrInterpreter
runTest("compiler/testData/ir/interpreter/doWhileLoop.kt");
}
@Test
@TestMetadata("doubleArrayOf.kt")
public void testDoubleArrayOf() throws Exception {
runTest("compiler/testData/ir/interpreter/doubleArrayOf.kt");
}
@Test
@TestMetadata("elvis.kt")
public void testElvis() throws Exception {
@@ -382,6 +376,12 @@ public class IrInterpreterAfterFir2IrTestGenerated extends AbstractIrInterpreter
runTest("compiler/testData/ir/interpreter/collections/arrayOf.kt");
}
@Test
@TestMetadata("doubleArrayOf.kt")
public void testDoubleArrayOf() throws Exception {
runTest("compiler/testData/ir/interpreter/collections/doubleArrayOf.kt");
}
@Test
@TestMetadata("doubleList.kt")
public void testDoubleList() throws Exception {
@@ -121,12 +121,6 @@ public class IrInterpreterAfterPsi2IrTestGenerated extends AbstractIrInterpreter
runTest("compiler/testData/ir/interpreter/doWhileLoop.kt");
}
@Test
@TestMetadata("doubleArrayOf.kt")
public void testDoubleArrayOf() throws Exception {
runTest("compiler/testData/ir/interpreter/doubleArrayOf.kt");
}
@Test
@TestMetadata("elvis.kt")
public void testElvis() throws Exception {
@@ -382,6 +376,12 @@ public class IrInterpreterAfterPsi2IrTestGenerated extends AbstractIrInterpreter
runTest("compiler/testData/ir/interpreter/collections/arrayOf.kt");
}
@Test
@TestMetadata("doubleArrayOf.kt")
public void testDoubleArrayOf() throws Exception {
runTest("compiler/testData/ir/interpreter/collections/doubleArrayOf.kt");
}
@Test
@TestMetadata("doubleList.kt")
public void testDoubleList() throws Exception {