Skip to content

Commit 15d5674

Browse files
committed
Swift: update .expected files based on last commit
1 parent a620658 commit 15d5674

File tree

7 files changed

+584
-1082
lines changed

7 files changed

+584
-1082
lines changed

swift/ql/test/extractor-tests/expressions/all.expected

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
| expressions.swift:21:6:21:16 | call to failure(_:) | CallExpr |
4242
| expressions.swift:21:14:21:14 | 11 | IntegerLiteralExpr |
4343
| expressions.swift:27:13:27:13 | Klass.Type | TypeExpr |
44-
| expressions.swift:27:13:27:13 | Klass.init() | DeclRefExpr |
4544
| expressions.swift:27:13:27:13 | Klass.init() | MethodLookupExpr |
4645
| expressions.swift:27:13:27:19 | call to Klass.init() | CallExpr |
4746
| expressions.swift:29:9:29:19 | [...] | DictionaryExpr |
@@ -151,10 +150,8 @@
151150
| expressions.swift:79:5:79:11 | Base.init(x:) | MethodLookupExpr |
152151
| expressions.swift:79:5:79:21 | call to Base.init(x:) | CallExpr |
153152
| expressions.swift:79:5:79:21 | self = ... | RebindSelfInConstructorExpr |
154-
| expressions.swift:79:11:79:11 | Base.init(x:) | OtherConstructorDeclRefExpr |
155153
| expressions.swift:79:19:79:19 | 22 | IntegerLiteralExpr |
156154
| expressions.swift:83:15:83:15 | Derived.Type | TypeExpr |
157-
| expressions.swift:83:15:83:15 | Derived.init() | DeclRefExpr |
158155
| expressions.swift:83:15:83:15 | Derived.init() | MethodLookupExpr |
159156
| expressions.swift:83:15:83:23 | call to Derived.init() | CallExpr |
160157
| expressions.swift:84:1:84:1 | _ | DiscardAssignmentExpr |
@@ -174,7 +171,6 @@
174171
| expressions.swift:92:14:92:46 | .toOpaque() | MethodLookupExpr |
175172
| expressions.swift:92:14:92:55 | call to toOpaque() | CallExpr |
176173
| expressions.swift:92:37:92:37 | ToPtr.Type | TypeExpr |
177-
| expressions.swift:92:37:92:37 | ToPtr.init() | DeclRefExpr |
178174
| expressions.swift:92:37:92:37 | ToPtr.init() | MethodLookupExpr |
179175
| expressions.swift:92:37:92:43 | call to ToPtr.init() | CallExpr |
180176
| expressions.swift:93:1:93:16 | Unmanaged<ToPtr>.Type | TypeExpr |

0 commit comments

Comments
 (0)