mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Serialization: Actually deserialize same-shape requirements
I added a test for this a while ago... but the test wasn't running. Fix the test, and fix the bug.
This commit is contained in:
@@ -862,6 +862,7 @@ static Optional<RequirementKind> getActualRequirementKind(uint64_t rawKind) {
|
||||
return RequirementKind::KIND;
|
||||
|
||||
switch (rawKind) {
|
||||
CASE(SameShape)
|
||||
CASE(Conformance)
|
||||
CASE(Superclass)
|
||||
CASE(SameType)
|
||||
|
||||
Reference in New Issue
Block a user