diff --git a/test/expressions/if-expr/TernaryExpressionBugTwoIters.bad b/test/expressions/if-expr/TernaryExpressionBugTwoIters.bad index 7ce05522a3ee..5dae6754860c 100644 --- a/test/expressions/if-expr/TernaryExpressionBugTwoIters.bad +++ b/test/expressions/if-expr/TernaryExpressionBugTwoIters.bad @@ -1,4 +1,4 @@ TernaryExpressionBugTwoIters.chpl:1: In function 'test1': TernaryExpressionBugTwoIters.chpl:3: error: Unable to resolve type of if-expression -note: 'then' branch returns type "_ir_chpl__loopexpr_iter10" -note: 'else' branch returns type "_ir_chpl__loopexpr_iter11" +note: 'then' branch returns type "_ir_chpl__loopexpr_iter11" +note: 'else' branch returns type "_ir_chpl__loopexpr_iter12" diff --git a/test/expressions/if-expr/if-loop-const.bad b/test/expressions/if-expr/if-loop-const.bad index 9abe48ce49b7..37e6fa4aa380 100644 --- a/test/expressions/if-expr/if-loop-const.bad +++ b/test/expressions/if-expr/if-loop-const.bad @@ -1,4 +1,4 @@ if-loop-const.chpl:4: In function 'main': if-loop-const.chpl:8: error: Unable to resolve type of if-expression -note: 'then' branch returns type "_ir_chpl__loopexpr_iter10" -note: 'else' branch returns type "_ir_chpl__loopexpr_iter11" +note: 'then' branch returns type "_ir_chpl__loopexpr_iter11" +note: 'else' branch returns type "_ir_chpl__loopexpr_iter12"