remove incremental test: accessPrivateMembers
This commit is contained in:
committed by
Zalim Bashorov
parent
c7c7382b8e
commit
2f9151ec18
@@ -109,12 +109,6 @@ public class IncrementalJpsTestGenerated extends AbstractIncrementalJpsTest {
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public static class PureKotlin extends AbstractIncrementalJpsTest {
|
||||
@TestMetadata("accessPrivateMembers")
|
||||
public void testAccessPrivateMembers() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("jps-plugin/testData/incremental/pureKotlin/accessPrivateMembers/");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("accessingFunctionsViaPackagePart")
|
||||
public void testAccessingFunctionsViaPackagePart() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("jps-plugin/testData/incremental/pureKotlin/accessingFunctionsViaPackagePart/");
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
package test
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
val x: Foo = Foo()
|
||||
foo()
|
||||
c
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
package test
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
val x: Foo = Foo()
|
||||
foo()
|
||||
c
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
Cleaning output files:
|
||||
out/production/module/META-INF/module.kotlin_module
|
||||
out/production/module/test/BarKt.class
|
||||
out/production/module/test/TestPackage.class
|
||||
End of files
|
||||
Compiling files:
|
||||
src/bar.kt
|
||||
End of files
|
||||
@@ -1,9 +0,0 @@
|
||||
package test
|
||||
|
||||
private class Foo
|
||||
|
||||
private fun foo() {
|
||||
|
||||
}
|
||||
|
||||
private val c = 1
|
||||
Reference in New Issue
Block a user