diff options
Diffstat (limited to 'libcxx/test/containers/associative/set/emplace.pass.cpp')
| -rw-r--r-- | libcxx/test/containers/associative/set/emplace.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/containers/associative/set/emplace.pass.cpp b/libcxx/test/containers/associative/set/emplace.pass.cpp index f29a93b0de6..2082d5410d0 100644 --- a/libcxx/test/containers/associative/set/emplace.pass.cpp +++ b/libcxx/test/containers/associative/set/emplace.pass.cpp @@ -73,5 +73,5 @@ int main() assert(m.size() == 1); assert(*r.first == 2); } -#endif +#endif // _LIBCPP_MOVE } |

