Skip to content

Commit 316005d

Browse files
committed
Migrate Swiftdeps-based Tests with Poorly-Formatted Fingerprints
These tests were using fingerprints name 'after', 'before' and 'same', which are far too short to resemble a fingerprint value, which must be 32-bytes. Migrate these files so that 'after' -> 'afterachangewasmadetoswiftsource' 'before' -> 'beforechangewasmadetoswiftsource' 'same' -> 'sameasiteverwassameasiteverwassa' There is otherwise no change to the contents of these files.
1 parent 8839024 commit 316005d

File tree

61 files changed

+26
-26
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+26
-26
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.

test/Driver/Dependencies/Inputs/chained-private-after-fine/main.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ allNodes:
66
aspect: interface
77
context: ''
88
name: main.swiftdeps
9-
fingerprint: after
9+
fingerprint: afterachangewasmadetoswiftsource
1010
sequenceNumber: 0
1111
defsIDependUpon: [ 2, 4 ]
1212
isProvides: true
@@ -15,7 +15,7 @@ allNodes:
1515
aspect: implementation
1616
context: ''
1717
name: main.swiftdeps
18-
fingerprint: after
18+
fingerprint: afterachangewasmadetoswiftsource
1919
sequenceNumber: 1
2020
defsIDependUpon: [ ]
2121
isProvides: true
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)