Skip to content

Commit

Permalink
Adjust .bad files
Browse files Browse the repository at this point in the history
Signed-off-by: Vassily Litvinov <[email protected]>
  • Loading branch information
vasslitvinov committed Mar 8, 2024
1 parent e4dca01 commit 206f501
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/expressions/if-expr/TernaryExpressionBugTwoIters.bad
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions test/expressions/if-expr/if-loop-const.bad
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 206f501

Please sign in to comment.