[JS] Unmute tests due to fixed KT-52339
This commit is contained in:
committed by
teamcity
parent
5507ce49a3
commit
c777ecd470
+1
-1
@@ -78,7 +78,7 @@ public class GenerateRangesCodegenTestData {
|
||||
|
||||
private static final List<String> USE_OLD_MANGLING_IN_UNSIGNED_EXPRESSION_TESTS = Collections.emptyList();
|
||||
|
||||
private static final List<String> JS_FAILING_TESTS = Arrays.asList("simpleRange", "emptyRange", "oneElementRange", "simpleRangeWithNonConstantEnds");
|
||||
private static final List<String> JS_FAILING_TESTS = Collections.emptyList();
|
||||
|
||||
static {
|
||||
for (String integerType : INTEGER_PRIMITIVES) {
|
||||
|
||||
Reference in New Issue
Block a user