Skip to content

Commit 40445be

Browse files
authored
Merge pull request #4797 from apple/stdlib-character-fixes
stdlib: add an ABI FIXME
2 parents 55095ef + 75fa0bf commit 40445be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/stdlib/Character.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ CharacterTests.test("literal") {
135135
}
136136

137137
CharacterTests.test("sizeof") {
138-
// FIXME: should be 8.
138+
// FIXME(ABI): should be 8.
139139
// <rdar://problem/16754935> MemoryLayout<Character>.size is 9, should be 8
140140

141141
let size1 = MemoryLayout<Character>.size

0 commit comments

Comments
 (0)