[PATCH] D62920: Included `test/support/test_workarounds.h` which actually defines `TEST_WORKAROUND_CONSTEXPR_IMPLIES_NOEXCEPT` for variant tests.

Louis Dionne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 5 14:51:31 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL362660: [libcxx][test] Include test_workarounds.h where needed (authored by ldionne, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rL LLVM

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

https://reviews.llvm.org/D62920

Files:
  libcxx/trunk/test/std/utilities/variant/variant.get/get_index.pass.cpp
  libcxx/trunk/test/std/utilities/variant/variant.get/get_type.pass.cpp


Index: libcxx/trunk/test/std/utilities/variant/variant.get/get_index.pass.cpp
===================================================================
--- libcxx/trunk/test/std/utilities/variant/variant.get/get_index.pass.cpp
+++ libcxx/trunk/test/std/utilities/variant/variant.get/get_index.pass.cpp
@@ -27,6 +27,7 @@
 //  variant<Types...>&& v);
 
 #include "test_macros.h"
+#include "test_workarounds.h"
 #include "variant_test_helpers.hpp"
 #include <cassert>
 #include <type_traits>
Index: libcxx/trunk/test/std/utilities/variant/variant.get/get_type.pass.cpp
===================================================================
--- libcxx/trunk/test/std/utilities/variant/variant.get/get_type.pass.cpp
+++ libcxx/trunk/test/std/utilities/variant/variant.get/get_type.pass.cpp
@@ -21,6 +21,7 @@
 // variant<Types...>&& v);
 
 #include "test_macros.h"
+#include "test_workarounds.h"
 #include "variant_test_helpers.hpp"
 #include <cassert>
 #include <type_traits>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62920.203255.patch
Type: text/x-patch
Size: 962 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190605/39a2b8f0/attachment.bin>


More information about the llvm-commits mailing list