summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/concepts/concepts.object/movable.compile.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/std/concepts/concepts.object/movable.compile.pass.cpp')
-rw-r--r--libcxx/test/std/concepts/concepts.object/movable.compile.pass.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/libcxx/test/std/concepts/concepts.object/movable.compile.pass.cpp b/libcxx/test/std/concepts/concepts.object/movable.compile.pass.cpp
index fff78cfda3f8..1b7b9275ffd9 100644
--- a/libcxx/test/std/concepts/concepts.object/movable.compile.pass.cpp
+++ b/libcxx/test/std/concepts/concepts.object/movable.compile.pass.cpp
@@ -22,8 +22,10 @@
#include <unordered_map>
#include <vector>
-#ifndef _LIBCPP_HAS_NO_THREADS
-# include <mutex>
+#include "test_macros.h"
+
+#ifndef TEST_HAS_NO_THREADS
+# include <mutex>
#endif
#include "type_classification/moveconstructible.h"