Regenerate tests

This commit is contained in:
Alexander Udalov
2014-06-02 18:52:37 +04:00
parent 69dd2bbf10
commit ae7ad6d61c
@@ -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");