summaryrefslogtreecommitdiffstats
path: root/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp
diff options
context:
space:
mode:
authorMarshall Clow <mclow@qualcomm.com>2013-01-04 18:24:04 +0000
committerMarshall Clow <mclow@qualcomm.com>2013-01-04 18:24:04 +0000
commitf8c2b823378fed0c5e11b7fa84ce2876e606a67a (patch)
treeb7a252e269cb926deaaf442c05ebc7595d942c1c /libcxx/test/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp
parent2060482ece6b810d930abaaa6ae3ae53dce97292 (diff)
downloadbcm5719-llvm-f8c2b823378fed0c5e11b7fa84ce2876e606a67a.tar.gz
bcm5719-llvm-f8c2b823378fed0c5e11b7fa84ce2876e606a67a.zip
...and then there was one. Only one copy of 'iterators.h' in the test tree for libc++
llvm-svn: 171479
Diffstat (limited to 'libcxx/test/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp')
-rw-r--r--libcxx/test/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp b/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp
index 0922dc64b39..e6ffd4df2c7 100644
--- a/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp
+++ b/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp
@@ -16,7 +16,7 @@
#include <algorithm>
#include <cassert>
-#include "../../iterators.h"
+#include "../../../iterators.h"
template <class InIter, class OutIter>
void
OpenPOWER on IntegriCloud