summaryrefslogtreecommitdiffstats
path: root/test/std/containers/unord/unord.set/insert_hint_rvalue.pass.cpp
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2015-01-28 21:22:53 +0000
committerMarshall Clow <mclow.lists@gmail.com>2015-01-28 21:22:53 +0000
commitdf00d5e5ad672aa275a29c5a446072959134addd (patch)
treedf414b51b5a25b15bd7ce310db6efd17d1f66737 /test/std/containers/unord/unord.set/insert_hint_rvalue.pass.cpp
parenteea9d20edbda5b22aebcc9a1c2f243677dd3a824 (diff)
downloadexternal_libcxx-df00d5e5ad672aa275a29c5a446072959134addd.tar.gz
external_libcxx-df00d5e5ad672aa275a29c5a446072959134addd.tar.bz2
external_libcxx-df00d5e5ad672aa275a29c5a446072959134addd.zip
We had two identical files named 'MoveOnly.h' in the test suite. Move one to support/, remove the other, and update all the tests that included them. No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@227370 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/std/containers/unord/unord.set/insert_hint_rvalue.pass.cpp')
-rw-r--r--test/std/containers/unord/unord.set/insert_hint_rvalue.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/std/containers/unord/unord.set/insert_hint_rvalue.pass.cpp b/test/std/containers/unord/unord.set/insert_hint_rvalue.pass.cpp
index f612ec572..3f04dbb89 100644
--- a/test/std/containers/unord/unord.set/insert_hint_rvalue.pass.cpp
+++ b/test/std/containers/unord/unord.set/insert_hint_rvalue.pass.cpp
@@ -22,7 +22,7 @@
#include <unordered_set>
#include <cassert>
-#include "../../MoveOnly.h"
+#include "MoveOnly.h"
#include "min_allocator.h"
int main()