diff options
Diffstat (limited to 'libcxx/test/containers/associative/map/map.cons/move_alloc.pass.cpp')
| -rw-r--r-- | libcxx/test/containers/associative/map/map.cons/move_alloc.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/containers/associative/map/map.cons/move_alloc.pass.cpp b/libcxx/test/containers/associative/map/map.cons/move_alloc.pass.cpp index c235bc01c74..4ecc434a6dc 100644 --- a/libcxx/test/containers/associative/map/map.cons/move_alloc.pass.cpp +++ b/libcxx/test/containers/associative/map/map.cons/move_alloc.pass.cpp @@ -140,5 +140,5 @@ int main() assert(m3.key_comp() == C(5)); assert(m1.empty()); } -#endif +#endif // _LIBCPP_MOVE } |

