Skip to content

Commit e3a4401

Browse files
committed
Reorder conformances in cake test
1 parent eebf882 commit e3a4401

File tree

3 files changed

+43
-43
lines changed

3 files changed

+43
-43
lines changed

stdlib/public/core/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# This source file is part of the Swift.org open source project
44
#
5-
# Copyright (c) 2014 - 2018 Apple Inc. and the Swift project authors
5+
# Copyright (c) 2014 - 2019 Apple Inc. and the Swift project authors
66
# Licensed under Apache License v2.0 with Runtime Library Exception
77
#
88
# See https://swift.org/LICENSE.txt for license information

test/api-digester/Outputs/cake-abi.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1668,18 +1668,6 @@
16681668
"printedName": "P1",
16691669
"usr": "s:4cake2P1P"
16701670
},
1671-
{
1672-
"kind": "Conformance",
1673-
"name": "MirrorPath",
1674-
"printedName": "MirrorPath",
1675-
"usr": "s:s10MirrorPathP"
1676-
},
1677-
{
1678-
"kind": "Conformance",
1679-
"name": "CVarArg",
1680-
"printedName": "CVarArg",
1681-
"usr": "s:s7CVarArgP"
1682-
},
16831671
{
16841672
"kind": "Conformance",
16851673
"name": "Encodable",
@@ -1692,6 +1680,30 @@
16921680
"printedName": "Decodable",
16931681
"usr": "s:Se"
16941682
},
1683+
{
1684+
"kind": "Conformance",
1685+
"name": "CustomReflectable",
1686+
"printedName": "CustomReflectable",
1687+
"usr": "s:s17CustomReflectableP"
1688+
},
1689+
{
1690+
"kind": "Conformance",
1691+
"name": "_CustomPlaygroundQuickLookable",
1692+
"printedName": "_CustomPlaygroundQuickLookable",
1693+
"usr": "s:s30_CustomPlaygroundQuickLookableP"
1694+
},
1695+
{
1696+
"kind": "Conformance",
1697+
"name": "MirrorPath",
1698+
"printedName": "MirrorPath",
1699+
"usr": "s:s10MirrorPathP"
1700+
},
1701+
{
1702+
"kind": "Conformance",
1703+
"name": "CVarArg",
1704+
"printedName": "CVarArg",
1705+
"usr": "s:s7CVarArgP"
1706+
},
16951707
{
16961708
"kind": "Conformance",
16971709
"name": "Hashable",
@@ -1710,18 +1722,6 @@
17101722
"printedName": "_HasCustomAnyHashableRepresentation",
17111723
"usr": "s:s35_HasCustomAnyHashableRepresentationP"
17121724
},
1713-
{
1714-
"kind": "Conformance",
1715-
"name": "CustomReflectable",
1716-
"printedName": "CustomReflectable",
1717-
"usr": "s:s17CustomReflectableP"
1718-
},
1719-
{
1720-
"kind": "Conformance",
1721-
"name": "_CustomPlaygroundQuickLookable",
1722-
"printedName": "_CustomPlaygroundQuickLookable",
1723-
"usr": "s:s30_CustomPlaygroundQuickLookableP"
1724-
},
17251725
{
17261726
"kind": "Conformance",
17271727
"name": "SIMDScalar",

test/api-digester/Outputs/cake.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,18 +1524,6 @@
15241524
"printedName": "P1",
15251525
"usr": "s:4cake2P1P"
15261526
},
1527-
{
1528-
"kind": "Conformance",
1529-
"name": "MirrorPath",
1530-
"printedName": "MirrorPath",
1531-
"usr": "s:s10MirrorPathP"
1532-
},
1533-
{
1534-
"kind": "Conformance",
1535-
"name": "CVarArg",
1536-
"printedName": "CVarArg",
1537-
"usr": "s:s7CVarArgP"
1538-
},
15391527
{
15401528
"kind": "Conformance",
15411529
"name": "Encodable",
@@ -1548,6 +1536,24 @@
15481536
"printedName": "Decodable",
15491537
"usr": "s:Se"
15501538
},
1539+
{
1540+
"kind": "Conformance",
1541+
"name": "CustomReflectable",
1542+
"printedName": "CustomReflectable",
1543+
"usr": "s:s17CustomReflectableP"
1544+
},
1545+
{
1546+
"kind": "Conformance",
1547+
"name": "MirrorPath",
1548+
"printedName": "MirrorPath",
1549+
"usr": "s:s10MirrorPathP"
1550+
},
1551+
{
1552+
"kind": "Conformance",
1553+
"name": "CVarArg",
1554+
"printedName": "CVarArg",
1555+
"usr": "s:s7CVarArgP"
1556+
},
15511557
{
15521558
"kind": "Conformance",
15531559
"name": "Hashable",
@@ -1560,12 +1566,6 @@
15601566
"printedName": "Equatable",
15611567
"usr": "s:SQ"
15621568
},
1563-
{
1564-
"kind": "Conformance",
1565-
"name": "CustomReflectable",
1566-
"printedName": "CustomReflectable",
1567-
"usr": "s:s17CustomReflectableP"
1568-
},
15691569
{
15701570
"kind": "Conformance",
15711571
"name": "SIMDScalar",

0 commit comments

Comments
 (0)