Rename test of rem operator evaluation

This commit is contained in:
Ilya Gorbunov
2021-02-21 05:31:17 +03:00
parent 3da3f0e653
commit 58e6f775bb
6 changed files with 25 additions and 25 deletions
@@ -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 {