From f2c392d4e7e0e72c518bf9dfd2e82f094eac1bcb Mon Sep 17 00:00:00 2001 From: Alexey Andreev Date: Fri, 11 Nov 2016 12:28:55 +0300 Subject: [PATCH] JS: minor fix after rebase --- .../jetbrains/kotlin/js/test/semantics/BoxJsTestGenerated.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/js.tests/test/org/jetbrains/kotlin/js/test/semantics/BoxJsTestGenerated.java b/js/js.tests/test/org/jetbrains/kotlin/js/test/semantics/BoxJsTestGenerated.java index f407b9f3b70..bea53869903 100644 --- a/js/js.tests/test/org/jetbrains/kotlin/js/test/semantics/BoxJsTestGenerated.java +++ b/js/js.tests/test/org/jetbrains/kotlin/js/test/semantics/BoxJsTestGenerated.java @@ -782,7 +782,7 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest { @RunWith(JUnit3RunnerWithInners.class) public static class CrossModuleRef extends AbstractBoxJsTest { public void testAllFilesPresentInCrossModuleRef() throws Exception { - KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("js/js.translator/testData/box/crossModuleRef"), Pattern.compile("^([^_](.+))\\.kt$"), true); + KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("js/js.translator/testData/box/crossModuleRef"), Pattern.compile("^([^_](.+))\\.kt$"), TargetBackend.ANY, true); } @TestMetadata("callableObjectRef.kt")