JS: minor fix after rebase

This commit is contained in:
Alexey Andreev
2016-11-11 12:28:55 +03:00
parent 6649e0cb82
commit f2c392d4e7
@@ -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")