JS/Inlining: rename IneffectiveStatementElimination to RedundantStatementElimination
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ package org.jetbrains.kotlin.js.test.optimizer
|
||||
|
||||
import org.junit.Test
|
||||
|
||||
class IneffectiveStatementEliminationTest() : BasicOptimizerTest("ineffective-statement-elimination") {
|
||||
class RedundantStatementEliminationTest() : BasicOptimizerTest("redundant-statement-elimination") {
|
||||
@Test fun binary() = box()
|
||||
|
||||
@Test fun unary() = box()
|
||||
Reference in New Issue
Block a user