diff --git a/compiler/tests/org/jetbrains/jet/codegen/BytecodeTextTestGenerated.java b/compiler/tests/org/jetbrains/jet/codegen/BytecodeTextTestGenerated.java index db6294f8939..5bda0c1b766 100644 --- a/compiler/tests/org/jetbrains/jet/codegen/BytecodeTextTestGenerated.java +++ b/compiler/tests/org/jetbrains/jet/codegen/BytecodeTextTestGenerated.java @@ -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");