Swift: accept test changes

This commit is contained in:
Paolo Tranquilli
2024-12-06 14:44:01 +01:00
parent f81f30cc4d
commit a4f7981d93
2 changed files with 5 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
deadEnd
| for.swift:12:33:12:56 | array |

View File

@@ -3310,12 +3310,11 @@ cfg.swift:
# 533| getBase().getFullyConverted(): [LoadExpr] (AsyncStream<Int>) ...
#-----| getMethodRef(): [DeclRefExpr] makeAsyncIterator()
# 533| getPattern(0): [NamedPattern] $i$generator
# 533| getNextCall(): [CallExpr] call to next(isolation:)
# 533| getFunction(): [MethodLookupExpr] .next(isolation:)
# 533| getNextCall(): [CallExpr] call to next()
# 533| getFunction(): [MethodLookupExpr] .next()
# 533| getBase(): [DeclRefExpr] $i$generator
# 533| getBase().getFullyConverted(): [InOutExpr] &...
#-----| getMethodRef(): [DeclRefExpr] next(isolation:)
# 533| getArgument(0): (no string representation)
#-----| getMethodRef(): [DeclRefExpr] next()
# 533| getNextCall().getFullyConverted(): [AwaitExpr] await ...
# 533| getBody(): [BraceStmt] { ... }
# 534| getElement(0): [CallExpr] call to print(_:separator:terminator:)