Drop redundant tests erroneously added in c8d25c587a
This commit is contained in:
-6
@@ -84,12 +84,6 @@ public class DiagnosticsTestWithStdLibUsingJavacGenerated extends AbstractDiagno
|
|||||||
doTest(fileName);
|
doTest(fileName);
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("hugeUnresolvedKotlinxHtml.kt")
|
|
||||||
public void testHugeUnresolvedKotlinxHtml() throws Exception {
|
|
||||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/testsWithStdLib/hugeUnresolvedKotlinxHtml.kt");
|
|
||||||
doTest(fileName);
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("ifElseJavaList.kt")
|
@TestMetadata("ifElseJavaList.kt")
|
||||||
public void testIfElseJavaList() throws Exception {
|
public void testIfElseJavaList() throws Exception {
|
||||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/testsWithStdLib/ifElseJavaList.kt");
|
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/testsWithStdLib/ifElseJavaList.kt");
|
||||||
|
|||||||
-6
@@ -18162,12 +18162,6 @@ public class DiagnosticsUsingJavacTestGenerated extends AbstractDiagnosticsUsing
|
|||||||
doTest(fileName);
|
doTest(fileName);
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("manyInapplicableCandidatesWithLambdas.kt")
|
|
||||||
public void testManyInapplicableCandidatesWithLambdas() throws Exception {
|
|
||||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/resolve/nestedCalls/manyInapplicableCandidatesWithLambdas.kt");
|
|
||||||
doTest(fileName);
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("twoTypeParameters.kt")
|
@TestMetadata("twoTypeParameters.kt")
|
||||||
public void testTwoTypeParameters() throws Exception {
|
public void testTwoTypeParameters() throws Exception {
|
||||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/resolve/nestedCalls/twoTypeParameters.kt");
|
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/resolve/nestedCalls/twoTypeParameters.kt");
|
||||||
|
|||||||
Reference in New Issue
Block a user