summaryrefslogtreecommitdiffstats
path: root/libcxx/test/strings/basic.string/string.ops/string_find.last.of
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2013-11-26 20:58:02 +0000
committerMarshall Clow <mclow.lists@gmail.com>2013-11-26 20:58:02 +0000
commite34f6f6a12ab7e203144ff04b2d1940f52e2ec9b (patch)
tree887780bdf017f8972bf1a1de936ff490dd72f58a /libcxx/test/strings/basic.string/string.ops/string_find.last.of
parent2c9838f622e53df0095841634b30a5306592b434 (diff)
downloadbcm5719-llvm-e34f6f6a12ab7e203144ff04b2d1940f52e2ec9b.tar.gz
bcm5719-llvm-e34f6f6a12ab7e203144ff04b2d1940f52e2ec9b.zip
There were two identical files named 'min_allocator.h'. Move one of them to /support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change.
llvm-svn: 195785
Diffstat (limited to 'libcxx/test/strings/basic.string/string.ops/string_find.last.of')
-rw-r--r--libcxx/test/strings/basic.string/string.ops/string_find.last.of/char_size.pass.cpp2
-rw-r--r--libcxx/test/strings/basic.string/string.ops/string_find.last.of/pointer_size.pass.cpp2
-rw-r--r--libcxx/test/strings/basic.string/string.ops/string_find.last.of/pointer_size_size.pass.cpp2
-rw-r--r--libcxx/test/strings/basic.string/string.ops/string_find.last.of/string_size.pass.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/libcxx/test/strings/basic.string/string.ops/string_find.last.of/char_size.pass.cpp b/libcxx/test/strings/basic.string/string.ops/string_find.last.of/char_size.pass.cpp
index 32aa77d5083..12765b71f28 100644
--- a/libcxx/test/strings/basic.string/string.ops/string_find.last.of/char_size.pass.cpp
+++ b/libcxx/test/strings/basic.string/string.ops/string_find.last.of/char_size.pass.cpp
@@ -14,7 +14,7 @@
#include <string>
#include <cassert>
-#include "../../min_allocator.h"
+#include "min_allocator.h"
template <class S>
void
diff --git a/libcxx/test/strings/basic.string/string.ops/string_find.last.of/pointer_size.pass.cpp b/libcxx/test/strings/basic.string/string.ops/string_find.last.of/pointer_size.pass.cpp
index cfe71d2e787..f1b447c43f4 100644
--- a/libcxx/test/strings/basic.string/string.ops/string_find.last.of/pointer_size.pass.cpp
+++ b/libcxx/test/strings/basic.string/string.ops/string_find.last.of/pointer_size.pass.cpp
@@ -14,7 +14,7 @@
#include <string>
#include <cassert>
-#include "../../min_allocator.h"
+#include "min_allocator.h"
template <class S>
void
diff --git a/libcxx/test/strings/basic.string/string.ops/string_find.last.of/pointer_size_size.pass.cpp b/libcxx/test/strings/basic.string/string.ops/string_find.last.of/pointer_size_size.pass.cpp
index 7d82dc0fe22..7f96e6351aa 100644
--- a/libcxx/test/strings/basic.string/string.ops/string_find.last.of/pointer_size_size.pass.cpp
+++ b/libcxx/test/strings/basic.string/string.ops/string_find.last.of/pointer_size_size.pass.cpp
@@ -14,7 +14,7 @@
#include <string>
#include <cassert>
-#include "../../min_allocator.h"
+#include "min_allocator.h"
template <class S>
void
diff --git a/libcxx/test/strings/basic.string/string.ops/string_find.last.of/string_size.pass.cpp b/libcxx/test/strings/basic.string/string.ops/string_find.last.of/string_size.pass.cpp
index 98f78f80738..351c6727de2 100644
--- a/libcxx/test/strings/basic.string/string.ops/string_find.last.of/string_size.pass.cpp
+++ b/libcxx/test/strings/basic.string/string.ops/string_find.last.of/string_size.pass.cpp
@@ -14,7 +14,7 @@
#include <string>
#include <cassert>
-#include "../../min_allocator.h"
+#include "min_allocator.h"
template <class S>
void
OpenPOWER on IntegriCloud