Skip to content

Commit 9a8622d

Browse files
committed
Address feedback (test iterator operations)
1 parent b1680c8 commit 9a8622d

File tree

1 file changed

+1
-1
lines changed
  • libcxx/test/libcxx/iterators/predef.iterators/counted.iterator

1 file changed

+1
-1
lines changed

libcxx/test/libcxx/iterators/predef.iterators/counted.iterator/assert.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
int main(int, char**) {
2020
using Iter = std::counted_iterator<int*>;
21-
int a[] = {1, 2, 3};
21+
int a[] = {1, 2, 3};
2222
Iter valid_i(a, 1);
2323

2424
{

0 commit comments

Comments
 (0)