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 --- .../alg.nonmodifying/alg.adjacent.find/adjacent_find.pass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcxx/test/algorithms/alg.nonmodifying/alg.adjacent.find/adjacent_find.pass.cpp') diff --git a/libcxx/test/algorithms/alg.nonmodifying/alg.adjacent.find/adjacent_find.pass.cpp b/libcxx/test/algorithms/alg.nonmodifying/alg.adjacent.find/adjacent_find.pass.cpp index d0ceba044f8..e1b329867f5 100644 --- a/libcxx/test/algorithms/alg.nonmodifying/alg.adjacent.find/adjacent_find.pass.cpp +++ b/libcxx/test/algorithms/alg.nonmodifying/alg.adjacent.find/adjacent_find.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../iterators.h" +#include "../../../iterators.h" int main() { -- cgit v1.2.3