[libcxx-commits] [PATCH] D116992: [libc++][test] Move iter_swap into iterator.cust.swap. NFC.

Joe Loser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 11 16:59:07 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG0d1365e380b5: [libc++][test] Move iter_swap into iterator.cust.swap. NFC. (authored by joe_loser).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116992/new/

https://reviews.llvm.org/D116992

Files:
  libcxx/test/std/iterators/iterator.requirements/iterator.cust/iterator.cust.swap.pass.cpp
  libcxx/test/std/iterators/iterator.requirements/iterator.cust/iterator.cust.swap/iter_swap.pass.cpp


Index: libcxx/test/std/iterators/iterator.requirements/iterator.cust/iterator.cust.swap/iter_swap.pass.cpp
===================================================================
--- libcxx/test/std/iterators/iterator.requirements/iterator.cust/iterator.cust.swap/iter_swap.pass.cpp
+++ libcxx/test/std/iterators/iterator.requirements/iterator.cust/iterator.cust.swap/iter_swap.pass.cpp
@@ -17,7 +17,7 @@
 #include <array>
 #include <cassert>
 
-#include "./unqualified_lookup_wrapper.h"
+#include "../unqualified_lookup_wrapper.h"
 #include "test_iterators.h"
 
 using IterSwapT = decltype(std::ranges::iter_swap);


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116992.399129.patch
Type: text/x-patch
Size: 612 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220112/4604ced7/attachment.bin>


More information about the libcxx-commits mailing list