llvm-project/libcxx/test/std/strings/string.view/string.view.template
Joe Loser 4be36dc77f
[libc++][test] Fix unused variable warning in string_view tests
In 6423a9f0ec, I accidentally thought this was
getting tested, but these variables are unused. Just remove the lines instead of
leaving them commented out.

Differential Revision: https://reviews.llvm.org/D126901
2022-06-02 13:33:37 -06:00
..
contains.char.pass.cpp [libc++][NFC] Fix minor errors and inconsistencies in the test suite 2021-08-20 12:14:24 -04:00
contains.ptr.pass.cpp [libc++][NFC] Fix minor errors and inconsistencies in the test suite 2021-08-20 12:14:24 -04:00
contains.string_view.pass.cpp [libc++][NFC] Fix minor errors and inconsistencies in the test suite 2021-08-20 12:14:24 -04:00
ends_with.char.pass.cpp [libc++][NFC] Fix minor errors and inconsistencies in the test suite 2021-08-20 12:14:24 -04:00
ends_with.ptr.pass.cpp [libc++][test] Fix unused variable warning in string_view tests 2022-06-02 13:33:37 -06:00
ends_with.string_view.pass.cpp [libc++][NFC] Fix minor errors and inconsistencies in the test suite 2021-08-20 12:14:24 -04:00
starts_with.char.pass.cpp [libc++][NFC] Fix minor errors and inconsistencies in the test suite 2021-08-20 12:14:24 -04:00
starts_with.ptr.pass.cpp [libc++][test] Fix unused variable warning in string_view tests 2022-06-02 13:33:37 -06:00
starts_with.string_view.pass.cpp [libc++][NFC] Fix minor errors and inconsistencies in the test suite 2021-08-20 12:14:24 -04:00