forked from OSchip/llvm-project
[libcxx][test] Include test_workarounds.h where needed
Some tests require `TEST_WORKAROUND_CONSTEXPR_IMPLIES_NOEXCEPT`, but they did not include the header that defines that macro. Thanks to Michael Park for the patch. Differential Revision: https://reviews.llvm.org/D62920 llvm-svn: 362660
This commit is contained in:
parent
5347024e28
commit
8f500a6f9c
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue