commit | 322270842cce3c74eed498937bf39bb57f89ee4a | [log] [tgz] |
---|---|---|
author | Marshall Clow <mclow@qualcomm.com> | Sat Jan 05 03:21:01 2013 +0000 |
committer | Marshall Clow <mclow@qualcomm.com> | Sat Jan 05 03:21:01 2013 +0000 |
tree | aefeb87fb70f51fd05b6153d12ba237dafa9fbf9 | |
parent | 08116a7df3a542553a845eeae0302904036133ca [diff] [blame] |
Move common header files into a 'support' directory; make 'testit' include -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files llvm-svn: 171594
diff --git a/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp b/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp index 81fb407..8eddfbc 100644 --- a/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp +++ b/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp
@@ -21,7 +21,7 @@ #include <memory> #endif -#include "../../../iterators.h" +#include "test_iterators.h" struct is_odd {