diff options
Diffstat (limited to 'libcxx/test/algorithms/alg.nonmodifying/alg.foreach/test.pass.cpp')
-rw-r--r-- | libcxx/test/algorithms/alg.nonmodifying/alg.foreach/test.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <algorithm> #include <cassert> -#include "../../../iterators.h" +#include "test_iterators.h" struct for_each_test { |