Skip to content

Commit 131612d

Browse files
committed
Module group: Add protocol group.
1 parent bd86f41 commit 131612d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

stdlib/public/core/GroupInfo.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,13 @@
100100
"UnsafePointer.swift",
101101
"UnsafeBufferPointer.swift"
102102
],
103+
"Protocols": [
104+
"CompilerProtocols.swift",
105+
"ShadowProtocols.swift"
106+
],
103107
"Misc": [
104108
"Interval.swift",
105109
"Hashing.swift",
106-
"CompilerProtocols.swift",
107110
"ErrorType.swift",
108111
"InputStream.swift",
109112
"LifetimeManager.swift",
@@ -115,7 +118,6 @@
115118
"Print.swift",
116119
"REPL.swift",
117120
"Runtime.swift",
118-
"ShadowProtocols.swift",
119121
"Shims.swift",
120122
"Unmanaged.swift",
121123
"Availability.swift",

0 commit comments

Comments
 (0)