From f8c2b823378fed0c5e11b7fa84ce2876e606a67a Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Fri, 4 Jan 2013 18:24:04 +0000 Subject: ...and then there was one. Only one copy of 'iterators.h' in the test tree for libc++ llvm-svn: 171479 --- 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 b6b6d4852f0..a3e3c6cdea4 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 "../../../iterators.h" struct for_each_test { -- cgit v1.2.3