Rename test of rem operator evaluation
This commit is contained in:
+6
-6
@@ -14326,12 +14326,6 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/evaluate/minus.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("mod.kt")
|
||||
public void testMod() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/evaluate/mod.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("multiply.kt")
|
||||
public void testMultiply() throws Exception {
|
||||
@@ -14350,6 +14344,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/evaluate/plus.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("rem.kt")
|
||||
public void testRem() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/evaluate/rem.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("simpleCallBinary.kt")
|
||||
public void testSimpleCallBinary() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user