summaryrefslogtreecommitdiffstats
path: root/libcxx/test/algorithms/alg.modifying.operations/alg.generate/generate.pass.cpp
diff options
context:
space:
mode:
authorMarshall Clow <mclow@qualcomm.com>2013-01-04 18:24:04 +0000
committerMarshall Clow <mclow@qualcomm.com>2013-01-04 18:24:04 +0000
commitf8c2b823378fed0c5e11b7fa84ce2876e606a67a (patch)
treeb7a252e269cb926deaaf442c05ebc7595d942c1c /libcxx/test/algorithms/alg.modifying.operations/alg.generate/generate.pass.cpp
parent2060482ece6b810d930abaaa6ae3ae53dce97292 (diff)
downloadbcm5719-llvm-f8c2b823378fed0c5e11b7fa84ce2876e606a67a.tar.gz
bcm5719-llvm-f8c2b823378fed0c5e11b7fa84ce2876e606a67a.zip
...and then there was one. Only one copy of 'iterators.h' in the test tree for libc++
llvm-svn: 171479
Diffstat (limited to 'libcxx/test/algorithms/alg.modifying.operations/alg.generate/generate.pass.cpp')
-rw-r--r--libcxx/test/algorithms/alg.modifying.operations/alg.generate/generate.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/algorithms/alg.modifying.operations/alg.generate/generate.pass.cpp b/libcxx/test/algorithms/alg.modifying.operations/alg.generate/generate.pass.cpp
index 26e797473bd..bdf6acc8f99 100644
--- a/libcxx/test/algorithms/alg.modifying.operations/alg.generate/generate.pass.cpp
+++ b/libcxx/test/algorithms/alg.modifying.operations/alg.generate/generate.pass.cpp
@@ -18,7 +18,7 @@
#include <algorithm>
#include <cassert>
-#include "../../iterators.h"
+#include "../../../iterators.h"
struct gen_test
{
OpenPOWER on IntegriCloud