[libcxx-commits] [PATCH] D111738: [libcxx][test] Add tests for std::vector comparisons

Konstantin Boyarinov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Oct 13 08:59:07 PDT 2021


kboyarinov created this revision.
kboyarinov added a reviewer: ldionne.
kboyarinov requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Positive and negative tests for std::vector::operator==, !=, <, <=, >, >=


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D111738

Files:
  libcxx/test/std/containers/sequences/vector/compare.fail.cpp


Index: libcxx/test/std/containers/sequences/vector/compare.fail.cpp
===================================================================
--- libcxx/test/std/containers/sequences/vector/compare.fail.cpp
+++ libcxx/test/std/containers/sequences/vector/compare.fail.cpp
@@ -51,4 +51,4 @@
         // expected-error@*:* {{invalid operands to binary expression}}
         TEST_IGNORE_NODISCARD (c >= c);
     }
-}
\ No newline at end of file
+}


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111738.379426.patch
Type: text/x-patch
Size: 443 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211013/a51048f2/attachment-0001.bin>


More information about the libcxx-commits mailing list