Skip to content

Commit bcc8ef2

Browse files
committed
Quick fix to new tests
1 parent 9a8622d commit bcc8ef2

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)