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] |
...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.fill/fill.pass.cpp b/libcxx/test/algorithms/alg.modifying.operations/alg.fill/fill.pass.cpp index 01bef66..7960800 100644 --- a/libcxx/test/algorithms/alg.modifying.operations/alg.fill/fill.pass.cpp +++ b/libcxx/test/algorithms/alg.modifying.operations/alg.fill/fill.pass.cpp
@@ -17,7 +17,7 @@ #include <algorithm> #include <cassert> -#include "../../iterators.h" +#include "../../../iterators.h" template <class Iter> void
diff --git a/libcxx/test/algorithms/alg.modifying.operations/alg.fill/fill_n.pass.cpp b/libcxx/test/algorithms/alg.modifying.operations/alg.fill/fill_n.pass.cpp index 90024d3..309d8a9 100644 --- a/libcxx/test/algorithms/alg.modifying.operations/alg.fill/fill_n.pass.cpp +++ b/libcxx/test/algorithms/alg.modifying.operations/alg.fill/fill_n.pass.cpp
@@ -17,7 +17,7 @@ #include <algorithm> #include <cassert> -#include "../../iterators.h" +#include "../../../iterators.h" template <class Iter> void