Compare commits

...

1 Commits

Author SHA1 Message Date
Anton Bannykh
946dff8bda Test vararg with Java behaviour only for JVM backends 2017-02-28 18:04:36 +03:00
2 changed files with 1 additions and 6 deletions

View File

@@ -1,3 +1,4 @@
// TARGET_BACKEND: JVM
// FILE: AT.java
public class AT<G> {

View File

@@ -809,12 +809,6 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
doTest(fileName);
}
@TestMetadata("varargsWithJava.kt")
public void testVarargsWithJava() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/arrays/varargsWithJava.kt");
doTest(fileName);
}
@TestMetadata("compiler/testData/codegen/box/arrays/multiDecl")
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)