Skip to content

Commit 94e999f

Browse files
committed
ModuleGroup: Add several missing files to their groups.
1 parent 9a91075 commit 94e999f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

stdlib/public/core/GroupInfo.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,16 @@
7474
],
7575
"C": [
7676
"BridgeObjectiveC.swift",
77+
"BridgeStorage.swift",
7778
"Builtin.swift",
7879
"VarArgs.swift",
7980
"CTypes.swift"
8081
],
8182
"Reflection": [
8283
"Mirrors.swift",
8384
"Mirror.swift",
84-
"Reflection.swift"
85+
"Reflection.swift",
86+
"ObjCMirrors.swift"
8587
],
8688
"Math": [
8789
"FloatingPoint.swift",
@@ -91,7 +93,8 @@
9193
"FixedPoint.swift",
9294
"IntegerParsing.swift",
9395
"Bit.swift",
94-
"SetAlgebra.swift"
96+
"SetAlgebra.swift",
97+
"BuiltinMath.swift"
9598
],
9699
"Optional": [
97100
"ImplicitlyUnwrappedOptional.swift",

0 commit comments

Comments
 (0)