From 322270842cce3c74eed498937bf39bb57f89ee4a Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Sat, 5 Jan 2013 03:21:01 +0000 Subject: 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 --- libcxx/test/algorithms/alg.nonmodifying/alg.foreach/test.pass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcxx/test/algorithms/alg.nonmodifying/alg.foreach/test.pass.cpp') diff --git a/libcxx/test/algorithms/alg.nonmodifying/alg.foreach/test.pass.cpp b/libcxx/test/algorithms/alg.nonmodifying/alg.foreach/test.pass.cpp index a3e3c6cdea4..bf80c2c6edd 100644 --- a/libcxx/test/algorithms/alg.nonmodifying/alg.foreach/test.pass.cpp +++ b/libcxx/test/algorithms/alg.nonmodifying/alg.foreach/test.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" struct for_each_test { -- cgit v1.2.3