Skip to content

Commit 893ec33

Browse files
committed
Swift: update .expected for integration tests
1 parent 60727b1 commit 893ec33

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
| Sources/cross-references/lib.swift:4:5:4:13 | init() |
2-
| Sources/cross-references/lib.swift:14:8:14:8 | init() |
3-
| Sources/cross-references/main.swift:11:8:11:8 | init() |
1+
| Sources/cross-references/lib.swift:4:5:4:13 | C.init() |
2+
| Sources/cross-references/lib.swift:14:8:14:8 | S.init() |
3+
| Sources/cross-references/main.swift:11:8:11:8 | s.init() |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
| Sources/cross-references/lib.swift:5:5:5:13 | deinit() |
1+
| Sources/cross-references/lib.swift:5:5:5:13 | C.deinit() |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
| Sources/hello-world/hello_world.swift:4:12:5:5 | init() | Sources/hello-world/hello_world.swift:4:19:5:5 | { ... } |
1+
| Sources/hello-world/hello_world.swift:4:12:5:5 | hello_world.init() | Sources/hello-world/hello_world.swift:4:19:5:5 | { ... } |

0 commit comments

Comments
 (0)