Enabled old test

This commit is contained in:
Valentin Kipyatkov
2016-03-31 20:15:00 +03:00
parent 3e09a6902a
commit 9c6fed1622
2 changed files with 6 additions and 0 deletions
@@ -227,6 +227,12 @@ public class JvmSmartCompletionTestGenerated extends AbstractJvmSmartCompletionT
doTest(fileName);
}
@TestMetadata("IndexingOperator.kt")
public void testIndexingOperator() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("idea/idea-completion/testData/smart/IndexingOperator.kt");
doTest(fileName);
}
@TestMetadata("InfixCall.kt")
public void testInfixCall() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("idea/idea-completion/testData/smart/InfixCall.kt");