Skip to content

Commit 75fa0bf

Browse files
committed
stdlib: add an ABI FIXME
1 parent cd07c2c commit 75fa0bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/stdlib/Character.swift

+1-1
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)