Commit 619f478
authored
[libc++][test] Fix size calculation for
Currently,
`libcxx\test\libcxx\containers\associative\unord.map\abi.compile.pass.cpp`
consistently fails for 32-bit platforms.
There's an off-by-4 size calculation error for some `unordered_map`
specializations, possibly due to mistakenly ignoring some data member.unordered_map in ABI test (#157006)1 parent 07705de commit 619f478
File tree
1 file changed
+3
-3
lines changed- libcxx/test/libcxx/containers/associative/unord.map
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
213 | | - | |
214 | | - | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
0 commit comments