summaryrefslogtreecommitdiffstats
path: root/test/std/numerics/complex.number/complex.ops/complex_equals_complex.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/std/numerics/complex.number/complex.ops/complex_equals_complex.pass.cpp')
-rw-r--r--test/std/numerics/complex.number/complex.ops/complex_equals_complex.pass.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/std/numerics/complex.number/complex.ops/complex_equals_complex.pass.cpp b/test/std/numerics/complex.number/complex.ops/complex_equals_complex.pass.cpp
index 970f021f8..59243c7c6 100644
--- a/test/std/numerics/complex.number/complex.ops/complex_equals_complex.pass.cpp
+++ b/test/std/numerics/complex.number/complex.ops/complex_equals_complex.pass.cpp
@@ -16,11 +16,13 @@
#include <complex>
#include <cassert>
+#include "test_macros.h"
+
template <class T>
void
test_constexpr()
{
-#if _LIBCPP_STD_VER > 11
+#if TEST_STD_VER > 11
{
constexpr std::complex<T> lhs(1.5, 2.5);
constexpr std::complex<T> rhs(1.5, -2.5);