Skip to content

Commit 862243b

Browse files
author
David Ungar
committed
Update bindings-build-record.swift
1 parent 0cd3f98 commit 862243b

File tree

5 files changed

+6
-11
lines changed

5 files changed

+6
-11
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
# Dependencies after compilation:
2-
depends-nominal: [z]
1+
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
# Dependencies after compilation:
2-
depends-top-level: [a]
3-
provides-nominal: [z]
1+
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
# Dependencies after compilation:
2-
provides-top-level: [a]
1+
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
# Dependencies after compilation:
2-
depends-nominal: [z]
1+

test/Driver/Dependencies/Inputs/one-way-fine/output.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"./other.swift": {
99
"object": "./other.o",
1010
"swift-dependencies": "./other.swiftdeps",
11-
"swiftmodule": "./main.swiftmodule",
12-
"swiftdoc": "./main.swiftdoc",
11+
"swiftmodule": "./other.swiftmodule",
12+
"swiftdoc": "./other.swiftdoc",
1313
},
1414
"": {
1515
"swift-dependencies": "./main~buildrecord.swiftdeps"

0 commit comments

Comments
 (0)