[Refactoring] Rename CollapseNestedIfExpr to CollapseNestedIfStmt

'if' is not expression, but statement.
This commit is contained in:
Rintaro Ishizaki
2018-05-23 15:47:53 +09:00
parent f1c8230b2a
commit 639fb85c5f
4 changed files with 5 additions and 5 deletions

View File

@@ -390,7 +390,7 @@ func testConvertToTernaryExpr() {
// CHECK-LOCALIZE-STRING: Localize String
// CHECK-COLLAPSE-NESTED-IF: Collapse Nested If Expression
// CHECK-COLLAPSE-NESTED-IF: Collapse Nested If Statements
// CHECK-STRINGS-INTERPOLATION: Convert to String Interpolation