Move doubleArrayOf test file to proper place in interpreter test data
This commit is contained in:
committed by
TeamCityServer
parent
b44fd1a6fe
commit
c2fc017d96
+6
-6
@@ -121,12 +121,6 @@ public class IrInterpreterAfterFir2IrTestGenerated extends AbstractIrInterpreter
|
|||||||
runTest("compiler/testData/ir/interpreter/doWhileLoop.kt");
|
runTest("compiler/testData/ir/interpreter/doWhileLoop.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
@TestMetadata("doubleArrayOf.kt")
|
|
||||||
public void testDoubleArrayOf() throws Exception {
|
|
||||||
runTest("compiler/testData/ir/interpreter/doubleArrayOf.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("elvis.kt")
|
@TestMetadata("elvis.kt")
|
||||||
public void testElvis() throws Exception {
|
public void testElvis() throws Exception {
|
||||||
@@ -382,6 +376,12 @@ public class IrInterpreterAfterFir2IrTestGenerated extends AbstractIrInterpreter
|
|||||||
runTest("compiler/testData/ir/interpreter/collections/arrayOf.kt");
|
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
|
@Test
|
||||||
@TestMetadata("doubleList.kt")
|
@TestMetadata("doubleList.kt")
|
||||||
public void testDoubleList() throws Exception {
|
public void testDoubleList() throws Exception {
|
||||||
|
|||||||
+6
-6
@@ -121,12 +121,6 @@ public class IrInterpreterAfterPsi2IrTestGenerated extends AbstractIrInterpreter
|
|||||||
runTest("compiler/testData/ir/interpreter/doWhileLoop.kt");
|
runTest("compiler/testData/ir/interpreter/doWhileLoop.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
@TestMetadata("doubleArrayOf.kt")
|
|
||||||
public void testDoubleArrayOf() throws Exception {
|
|
||||||
runTest("compiler/testData/ir/interpreter/doubleArrayOf.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("elvis.kt")
|
@TestMetadata("elvis.kt")
|
||||||
public void testElvis() throws Exception {
|
public void testElvis() throws Exception {
|
||||||
@@ -382,6 +376,12 @@ public class IrInterpreterAfterPsi2IrTestGenerated extends AbstractIrInterpreter
|
|||||||
runTest("compiler/testData/ir/interpreter/collections/arrayOf.kt");
|
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
|
@Test
|
||||||
@TestMetadata("doubleList.kt")
|
@TestMetadata("doubleList.kt")
|
||||||
public void testDoubleList() throws Exception {
|
public void testDoubleList() throws Exception {
|
||||||
|
|||||||
Reference in New Issue
Block a user