[libc][NFC][Obvious] Compare against size_t values in ArrayRef tests.
authorSiva Chandra Reddy <sivachandra@google.com>
Wed, 9 Jun 2021 00:14:05 +0000 (00:14 +0000)
committerSiva Chandra Reddy <sivachandra@google.com>
Wed, 9 Jun 2021 00:14:05 +0000 (00:14 +0000)
commit3d515cb185d86d8f89fe60a4e5ef2a6278baa368
tree29f474469200fcfaeab01b3455d895da411514c2
parent6344a583ca8d1650def86d8effd1ad8a3a9598b1
[libc][NFC][Obvious] Compare against size_t values in ArrayRef tests.

Different platforms treat size_t differently so we should compare sizes
of ArrayRef objects with size_t values (instead of the current unsigned
long values.)
libc/test/utils/CPP/arrayref_test.cpp