Files
clang-p2996/llvm/unittests/ADT/SmallVectorTest.cpp
Nemanja Ivanovic c93709af9a [SmallVector] Fix unit test to eliminate failure with -Werror
Commit 475dd6f626 added
a unit test that compares SmallVector::size() (a size_t
value) against 42 (an int value). That causes failures with
-Werror. This patch just adds the cast to silence the warning.
2023-04-03 20:01:57 -05:00

45 KiB