diff options
Diffstat (limited to 'libcxx/test/std/containers/associative/set/set.special/swap_noexcept.pass.cpp')
-rw-r--r-- | libcxx/test/std/containers/associative/set/set.special/swap_noexcept.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/containers/associative/set/set.special/swap_noexcept.pass.cpp b/libcxx/test/std/containers/associative/set/set.special/swap_noexcept.pass.cpp index c4f169aa512..a478b254908 100644 --- a/libcxx/test/std/containers/associative/set/set.special/swap_noexcept.pass.cpp +++ b/libcxx/test/std/containers/associative/set/set.special/swap_noexcept.pass.cpp @@ -18,7 +18,7 @@ #include <set> #include <cassert> -#include "../../../MoveOnly.h" +#include "MoveOnly.h" #include "test_allocator.h" template <class T> |