summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/iterator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/iterator.cpp b/tests/iterator.cpp
index 85037da..cd1cb7c 100644
--- a/tests/iterator.cpp
+++ b/tests/iterator.cpp
@@ -28,6 +28,6 @@ SAW_TEST("Iterate with Distance 1"){
lbm::iterate_over([](const saw::data<sch::FixedArray<sch::UInt64,2u>>& index){
std::cout<<"Index: "<<index.at({0u}).get()<<" "<<index.at({1u}).get()<<std::endl;
- }, start, end, {1u});
+ }, start, end, {{1u,1u}});
}
}