[ADT] Drop append_range test that doesn't compile with EXPENSIVE_CHECKS
authorJakub Kuderski <kubak@google.com>
Thu, 2 Mar 2023 16:23:49 +0000 (11:23 -0500)
committerJakub Kuderski <kubak@google.com>
Thu, 2 Mar 2023 16:26:20 +0000 (11:26 -0500)
commit010a97974a158ebca0bdb58346a2b303ab8a401e
treede5b359d7eb686ddf818290ac531635546572e68
parent6956788cbd2059f2dfeb12b8347fd5779f204020
[ADT] Drop append_range test that doesn't compile with EXPENSIVE_CHECKS

The issue seems to be caused by the definition of `SafeIntIterator` and
is otherwise unrelated to the implementation of `append_range`.

We have a simialr test below, so this does not meaningfully decrease the
test coverage of `append_range`.

See the discussion in: https://reviews.llvm.org/D144420#4164373

Issue: https://github.com/llvm/llvm-project/issues/61122
llvm/unittests/ADT/STLExtrasTest.cpp