JS: unmute shared box test that now passes

This commit is contained in:
Alexey Andreev
2016-11-24 13:22:32 +03:00
parent e54138b74f
commit 1db4765801
2 changed files with 1 additions and 11 deletions
@@ -1,7 +1,3 @@
// TODO: muted automatically, investigate should it be ran for JS or not
// IGNORE_BACKEND: JS
// on JS item local variable clashes with ListTag.item() extension function
package d
fun box(): String {
@@ -4382,13 +4382,7 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
@TestMetadata("propertyAndFunctionNameClash.kt")
public void testPropertyAndFunctionNameClash() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/closures/closureInsideClosure/propertyAndFunctionNameClash.kt");
try {
doTest(fileName);
}
catch (Throwable ignore) {
return;
}
throw new AssertionError("Looks like this test can be unmuted. Remove IGNORE_BACKEND directive for that.");
doTest(fileName);
}
@TestMetadata("threeLevels.kt")