[libc++] Fix GDB pretty printer test on 32 bit targets
authorLouis Dionne <ldionne.2@gmail.com>
Thu, 11 Nov 2021 16:06:07 +0000 (11:06 -0500)
committerLouis Dionne <ldionne.2@gmail.com>
Thu, 11 Nov 2021 16:09:36 +0000 (11:09 -0500)
commit4d8db4a9970ec8cfc002f2a860df12c0c8c511bc
treeb0948e05fa535d4545da0b1013ea59c887c11938
parent18fe0a0d9eb1f38e57cbf8d3fde2241e682a8eb6
[libc++] Fix GDB pretty printer test on 32 bit targets

On 32 bit targets, size_t is unsigned int, not unsigned long, so
std::bitset's template argument gets printed with a `u` suffix,
not `ul`.
libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp