summaryrefslogtreecommitdiffstats
path: root/libcxx/test/numerics/numeric.ops/numeric.iota
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/numerics/numeric.ops/numeric.iota
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/numerics/numeric.ops/numeric.iota')
-rw-r--r--libcxx/test/numerics/numeric.ops/numeric.iota/iota.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/numerics/numeric.ops/numeric.iota/iota.pass.cpp b/libcxx/test/numerics/numeric.ops/numeric.iota/iota.pass.cpp
index d165b11b9e9..84f78301e1a 100644
--- a/libcxx/test/numerics/numeric.ops/numeric.iota/iota.pass.cpp
+++ b/libcxx/test/numerics/numeric.ops/numeric.iota/iota.pass.cpp
@@ -15,7 +15,7 @@
#include <numeric>
#include <cassert>
-#include "../iterators.h"
+#include "../../../iterators.h"
template <class InIter>
void
OpenPOWER on IntegriCloud