remove obsolete test for completing 'object' after 'class'

This commit is contained in:
Dmitry Jemerov
2015-04-27 15:08:55 +02:00
parent cbbb2fcd48
commit fd5c3e3b9d
2 changed files with 0 additions and 12 deletions
@@ -1,6 +0,0 @@
class Test {
class <caret>
}
// EXIST: object
// NUMBER: 1
@@ -31,12 +31,6 @@ import java.util.regex.Pattern;
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)
public class KeywordCompletionTestGenerated extends AbstractKeywordCompletionTest {
@TestMetadata("AfterClassKeyword.kt")
public void testAfterClassKeyword() throws Exception {
String fileName = JetTestUtils.navigationMetadata("idea/idea-completion/testData/keywords/AfterClassKeyword.kt");
doTest(fileName);
}
@TestMetadata("AfterClassProperty.kt")
public void testAfterClassProperty() throws Exception {
String fileName = JetTestUtils.navigationMetadata("idea/idea-completion/testData/keywords/AfterClassProperty.kt");