Regenerate tests
This commit is contained in:
@@ -111,17 +111,17 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
public void testKt5016() throws Exception {
|
||||
doTest("compiler/testData/codegen/bytecodeText/kt5016.kt");
|
||||
}
|
||||
|
||||
|
||||
@TestMetadata("kt5016int.kt")
|
||||
public void testKt5016int() throws Exception {
|
||||
doTest("compiler/testData/codegen/bytecodeText/kt5016int.kt");
|
||||
}
|
||||
|
||||
|
||||
@TestMetadata("kt5016intOrNull.kt")
|
||||
public void testKt5016intOrNull() throws Exception {
|
||||
doTest("compiler/testData/codegen/bytecodeText/kt5016intOrNull.kt");
|
||||
}
|
||||
|
||||
|
||||
@TestMetadata("noVolatileAnnotation.kt")
|
||||
public void testNoVolatileAnnotation() throws Exception {
|
||||
doTest("compiler/testData/codegen/bytecodeText/noVolatileAnnotation.kt");
|
||||
|
||||
Reference in New Issue
Block a user