]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Add test for std::cmp_greater
authorJonathan Wakely <jwakely@redhat.com>
Tue, 5 Oct 2021 09:38:03 +0000 (10:38 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 5 Oct 2021 14:56:55 +0000 (15:56 +0100)
commit824e0855732c601e0866d0e8a9264a85f758213e
tree88803b8024cc33a47c56d8e716c4f55657eb6331
parent313193edfc3986c40dedce3d0b41455d0bcdbe43
libstdc++: Add test for std::cmp_greater

This was omitted from the commit that added these comparisons.

libstdc++-v3/ChangeLog:

* testsuite/20_util/integer_comparisons/greater.cc: New test.
libstdc++-v3/testsuite/20_util/integer_comparisons/greater.cc [new file with mode: 0644]