diff options
author | Marshall Clow <mclow@qualcomm.com> | 2013-01-04 18:24:04 +0000 |
---|---|---|
committer | Marshall Clow <mclow@qualcomm.com> | 2013-01-04 18:24:04 +0000 |
commit | f8c2b823378fed0c5e11b7fa84ce2876e606a67a (patch) | |
tree | b7a252e269cb926deaaf442c05ebc7595d942c1c /libcxx/test/algorithms/alg.modifying.operations/alg.rotate/rotate.pass.cpp | |
parent | 2060482ece6b810d930abaaa6ae3ae53dce97292 (diff) | |
download | bcm5719-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.rotate/rotate.pass.cpp')
-rw-r--r-- | libcxx/test/algorithms/alg.modifying.operations/alg.rotate/rotate.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/rotate.pass.cpp b/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/rotate.pass.cpp index d7d8ca22014..949bb5ce585 100644 --- a/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/rotate.pass.cpp +++ b/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/rotate.pass.cpp @@ -19,7 +19,7 @@ #include <memory> #endif -#include "../../iterators.h" +#include "../../../iterators.h" template <class Iter> void |