summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc
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
commit949389c395edffc54f3551cbb595065a6f4e6a78 (patch)
tree98d3a7954200b180b9a0b8516309184e056a5598 /libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc
parent7f3639fb194c132a7474132489973aeb27584a7c (diff)
downloadbcm5719-llvm-949389c395edffc54f3551cbb595065a6f4e6a78.tar.gz
bcm5719-llvm-949389c395edffc54f3551cbb595065a6f4e6a78.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.
llvm-svn: 227370
Diffstat (limited to 'libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc')
-rw-r--r--libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/ctor_rcontainer_alloc.pass.cpp2
-rw-r--r--libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/ctor_rqueue_alloc.pass.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/ctor_rcontainer_alloc.pass.cpp b/libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/ctor_rcontainer_alloc.pass.cpp
index 16ba9d76cd0..374aa996ffe 100644
--- a/libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/ctor_rcontainer_alloc.pass.cpp
+++ b/libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/ctor_rcontainer_alloc.pass.cpp
@@ -16,7 +16,7 @@
#include <cassert>
#include "test_allocator.h"
-#include "../../../MoveOnly.h"
+#include "MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES
diff --git a/libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/ctor_rqueue_alloc.pass.cpp b/libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/ctor_rqueue_alloc.pass.cpp
index 19d968a0854..5fa5bd2a8bd 100644
--- a/libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/ctor_rqueue_alloc.pass.cpp
+++ b/libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/ctor_rqueue_alloc.pass.cpp
@@ -16,7 +16,7 @@
#include <cassert>
#include "test_allocator.h"
-#include "../../../MoveOnly.h"
+#include "MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES
OpenPOWER on IntegriCloud