[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`.
Loading
Please sign in to comment
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`.