summaryrefslogtreecommitdiffstats
path: root/libcxx/test/strings/basic.string/string.cons/move_alloc.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/strings/basic.string/string.cons/move_alloc.pass.cpp')
-rw-r--r--libcxx/test/strings/basic.string/string.cons/move_alloc.pass.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/test/strings/basic.string/string.cons/move_alloc.pass.cpp b/libcxx/test/strings/basic.string/string.cons/move_alloc.pass.cpp
index 74c80be035a..3acb0055e70 100644
--- a/libcxx/test/strings/basic.string/string.cons/move_alloc.pass.cpp
+++ b/libcxx/test/strings/basic.string/string.cons/move_alloc.pass.cpp
@@ -31,7 +31,7 @@ test(S s0, const typename S::allocator_type& a)
assert(s2.get_allocator() == a);
}
-#endif
+#endif // _LIBCPP_MOVE
int main()
{
@@ -41,5 +41,5 @@ int main()
test(S(), A(3));
test(S("1"), A(5));
test(S("1234567890123456789012345678901234567890123456789012345678901234567890"), A(7));
-#endif
+#endif // _LIBCPP_MOVE
}
OpenPOWER on IntegriCloud