Regenerate tests

This commit is contained in:
Alexander Udalov
2012-12-03 18:22:15 +04:00
parent 5f766aa33a
commit 09161d41c9
2 changed files with 6 additions and 3 deletions
@@ -39,7 +39,7 @@ public class OperatorConventionsTestGenerated extends AbstractCodegenTest {
public void testAllFilesPresentInCompareTo() throws Exception {
JetTestUtils.assertAllTestsPresentByMetadata(this.getClass(), "org.jetbrains.jet.generators.tests.GenerateTests", new File("compiler/testData/codegen/operatorConventions/compareTo"), "kt", true);
}
@TestMetadata("comparable.kt")
public void testComparable() throws Exception {
doTest("compiler/testData/codegen/operatorConventions/compareTo/comparable.kt");