Rename test of rem operator evaluation
This commit is contained in:
+5
-5
@@ -11779,11 +11779,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/evaluate/minus.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("mod.kt")
|
||||
public void testMod() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/evaluate/mod.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("multiply.kt")
|
||||
public void testMultiply() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/evaluate/multiply.kt");
|
||||
@@ -11799,6 +11794,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/evaluate/plus.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("rem.kt")
|
||||
public void testRem() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/evaluate/rem.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("simpleCallBinary.kt")
|
||||
public void testSimpleCallBinary() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/evaluate/simpleCallBinary.kt");
|
||||
|
||||
Reference in New Issue
Block a user