commit | f8c2b823378fed0c5e11b7fa84ce2876e606a67a | [log] [tgz] |
---|---|---|
author | Marshall Clow <mclow@qualcomm.com> | Fri Jan 04 18:24:04 2013 +0000 |
committer | Marshall Clow <mclow@qualcomm.com> | Fri Jan 04 18:24:04 2013 +0000 |
tree | b7a252e269cb926deaaf442c05ebc7595d942c1c | |
parent | 2060482ece6b810d930abaaa6ae3ae53dce97292 [diff] [blame] |
...and then there was one. Only one copy of 'iterators.h' in the test tree for libc++ llvm-svn: 171479
diff --git a/libcxx/test/algorithms/alg.modifying.operations/alg.copy/copy.pass.cpp b/libcxx/test/algorithms/alg.modifying.operations/alg.copy/copy.pass.cpp index c9339cf..135293d 100644 --- a/libcxx/test/algorithms/alg.modifying.operations/alg.copy/copy.pass.cpp +++ b/libcxx/test/algorithms/alg.modifying.operations/alg.copy/copy.pass.cpp
@@ -16,7 +16,7 @@ #include <algorithm> #include <cassert> -#include "../../iterators.h" +#include "../../../iterators.h" template <class InIter, class OutIter> void