Regenerate tests
This commit is contained in:
-5
@@ -25018,11 +25018,6 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
|||||||
runTest("compiler/testData/codegen/box/unsignedTypes/nullableUnsignedEqualsLiteral.kt");
|
runTest("compiler/testData/codegen/box/unsignedTypes/nullableUnsignedEqualsLiteral.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("signedToUnsignedLiteralConversion.kt")
|
|
||||||
public void testSignedToUnsignedLiteralConversion() throws Exception {
|
|
||||||
runTest("compiler/testData/codegen/box/unsignedTypes/signedToUnsignedLiteralConversion.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("unsignedIntCompare.kt")
|
@TestMetadata("unsignedIntCompare.kt")
|
||||||
public void testUnsignedIntCompare() throws Exception {
|
public void testUnsignedIntCompare() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/unsignedTypes/unsignedIntCompare.kt");
|
runTest("compiler/testData/codegen/box/unsignedTypes/unsignedIntCompare.kt");
|
||||||
|
|||||||
-5
@@ -25018,11 +25018,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
|||||||
runTest("compiler/testData/codegen/box/unsignedTypes/nullableUnsignedEqualsLiteral.kt");
|
runTest("compiler/testData/codegen/box/unsignedTypes/nullableUnsignedEqualsLiteral.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("signedToUnsignedLiteralConversion.kt")
|
|
||||||
public void testSignedToUnsignedLiteralConversion() throws Exception {
|
|
||||||
runTest("compiler/testData/codegen/box/unsignedTypes/signedToUnsignedLiteralConversion.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("unsignedIntCompare.kt")
|
@TestMetadata("unsignedIntCompare.kt")
|
||||||
public void testUnsignedIntCompare() throws Exception {
|
public void testUnsignedIntCompare() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/unsignedTypes/unsignedIntCompare.kt");
|
runTest("compiler/testData/codegen/box/unsignedTypes/unsignedIntCompare.kt");
|
||||||
|
|||||||
-5
@@ -25038,11 +25038,6 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
|||||||
runTest("compiler/testData/codegen/box/unsignedTypes/nullableUnsignedEqualsLiteral.kt");
|
runTest("compiler/testData/codegen/box/unsignedTypes/nullableUnsignedEqualsLiteral.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("signedToUnsignedLiteralConversion.kt")
|
|
||||||
public void testSignedToUnsignedLiteralConversion() throws Exception {
|
|
||||||
runTest("compiler/testData/codegen/box/unsignedTypes/signedToUnsignedLiteralConversion.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("unsignedIntCompare.kt")
|
@TestMetadata("unsignedIntCompare.kt")
|
||||||
public void testUnsignedIntCompare() throws Exception {
|
public void testUnsignedIntCompare() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/unsignedTypes/unsignedIntCompare.kt");
|
runTest("compiler/testData/codegen/box/unsignedTypes/unsignedIntCompare.kt");
|
||||||
|
|||||||
Generated
-5
@@ -19248,11 +19248,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
|||||||
runTest("compiler/testData/codegen/box/unsignedTypes/nullableUnsignedEqualsLiteral.kt");
|
runTest("compiler/testData/codegen/box/unsignedTypes/nullableUnsignedEqualsLiteral.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("signedToUnsignedLiteralConversion.kt")
|
|
||||||
public void testSignedToUnsignedLiteralConversion() throws Exception {
|
|
||||||
runTest("compiler/testData/codegen/box/unsignedTypes/signedToUnsignedLiteralConversion.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("unsignedIntCompare.kt")
|
@TestMetadata("unsignedIntCompare.kt")
|
||||||
public void testUnsignedIntCompare() throws Exception {
|
public void testUnsignedIntCompare() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/unsignedTypes/unsignedIntCompare.kt");
|
runTest("compiler/testData/codegen/box/unsignedTypes/unsignedIntCompare.kt");
|
||||||
|
|||||||
-5
@@ -20393,11 +20393,6 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
|||||||
runTest("compiler/testData/codegen/box/unsignedTypes/nullableUnsignedEqualsLiteral.kt");
|
runTest("compiler/testData/codegen/box/unsignedTypes/nullableUnsignedEqualsLiteral.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("signedToUnsignedLiteralConversion.kt")
|
|
||||||
public void testSignedToUnsignedLiteralConversion() throws Exception {
|
|
||||||
runTest("compiler/testData/codegen/box/unsignedTypes/signedToUnsignedLiteralConversion.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("unsignedIntCompare.kt")
|
@TestMetadata("unsignedIntCompare.kt")
|
||||||
public void testUnsignedIntCompare() throws Exception {
|
public void testUnsignedIntCompare() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/unsignedTypes/unsignedIntCompare.kt");
|
runTest("compiler/testData/codegen/box/unsignedTypes/unsignedIntCompare.kt");
|
||||||
|
|||||||
Reference in New Issue
Block a user