[all-commits] [llvm/llvm-project] c87a4a: [libc++][test][NFC] Add tests for std::vector comp...
kboyarinov via All-commits
all-commits at lists.llvm.org
Fri Oct 22 08:13:46 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c87a4a46b2175bf0b00b9e1ffec5a7ce2e81df3b
https://github.com/llvm/llvm-project/commit/c87a4a46b2175bf0b00b9e1ffec5a7ce2e81df3b
Author: Konstantin Boyarinov <konstantin.boyarinov at intel.com>
Date: 2021-10-22 (Fri, 22 Oct 2021)
Changed paths:
A libcxx/test/std/containers/sequences/vector/compare.pass.cpp
M libcxx/test/support/test_comparisons.h
Log Message:
-----------
[libc++][test][NFC] Add tests for std::vector comparisons
Add missing tests for std::vector operator==, !=, <, <=, >, >=
Reviewed By: ldionne, rarutyun, Quuxplusone, Mordante, #libc
Differential Revision: https://reviews.llvm.org/D111738
More information about the All-commits
mailing list