[libcxx-commits] [PATCH] D124989: [libcxx] [test] Fix max_size.pass.cpp for other Windows architectures

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 5 13:21:48 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG448eabd75485: [libcxx] [test] Fix max_size.pass.cpp for other Windows architectures (authored by mstorsjo).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124989

Files:
  libcxx/test/libcxx/strings/basic.string/string.capacity/max_size.pass.cpp


Index: libcxx/test/libcxx/strings/basic.string/string.capacity/max_size.pass.cpp
===================================================================
--- libcxx/test/libcxx/strings/basic.string/string.capacity/max_size.pass.cpp
+++ libcxx/test/libcxx/strings/basic.string/string.capacity/max_size.pass.cpp
@@ -80,6 +80,8 @@
 #   endif
 # elif defined(__powerpc__) || defined(__powerpc64__)
   half_size();
+# elif defined(_WIN32)
+  full_size();
 # else
 #   error "Your target system seems to be unsupported."
 # endif


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124989.427424.patch
Type: text/x-patch
Size: 519 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220505/c6f69267/attachment.bin>


More information about the libcxx-commits mailing list