From 566686141476b5a8f788f56138daf2a43743734a Mon Sep 17 00:00:00 2001 From: Anthony Latsis Date: Fri, 12 Sep 2025 15:02:11 +0100 Subject: [PATCH] Revert "[test] Adjust `api-digester/dump-module.swift` for rebranch" Reverts https://github.com/swiftlang/swift/pull/84193 in favor of https://github.com/swiftlang/swift/pull/84256. --- test/api-digester/Outputs/cake-abi.json | 14 +++++++------- test/api-digester/Outputs/cake.json | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/test/api-digester/Outputs/cake-abi.json b/test/api-digester/Outputs/cake-abi.json index 58ca05d93ccc1..a1697144c7a31 100644 --- a/test/api-digester/Outputs/cake-abi.json +++ b/test/api-digester/Outputs/cake-abi.json @@ -2154,6 +2154,13 @@ "usr": "s:s9EscapableP", "mangledName": "$ss9EscapableP" }, + { + "kind": "Conformance", + "name": "P1", + "printedName": "P1", + "usr": "s:4cake2P1P", + "mangledName": "$s4cake2P1P" + }, { "kind": "Conformance", "name": "Encodable", @@ -2344,13 +2351,6 @@ "printedName": "BitwiseCopyable", "usr": "s:s15BitwiseCopyableP", "mangledName": "$ss15BitwiseCopyableP" - }, - { - "kind": "Conformance", - "name": "P1", - "printedName": "P1", - "usr": "s:4cake2P1P", - "mangledName": "$s4cake2P1P" } ] } diff --git a/test/api-digester/Outputs/cake.json b/test/api-digester/Outputs/cake.json index f35d60de53c4b..5f1d958671cea 100644 --- a/test/api-digester/Outputs/cake.json +++ b/test/api-digester/Outputs/cake.json @@ -2048,6 +2048,13 @@ "usr": "s:s9EscapableP", "mangledName": "$ss9EscapableP" }, + { + "kind": "Conformance", + "name": "P1", + "printedName": "P1", + "usr": "s:4cake2P1P", + "mangledName": "$s4cake2P1P" + }, { "kind": "Conformance", "name": "Encodable", @@ -2231,13 +2238,6 @@ "printedName": "BitwiseCopyable", "usr": "s:s15BitwiseCopyableP", "mangledName": "$ss15BitwiseCopyableP" - }, - { - "kind": "Conformance", - "name": "P1", - "printedName": "P1", - "usr": "s:4cake2P1P", - "mangledName": "$s4cake2P1P" } ] }