Skip to content

Commit b7aec2c

Browse files
committed
CTR55-CPP: fix test expected for reformatted test
1 parent bf97331 commit b7aec2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/cert/test/rules/CTR55-CPP/DoNotUseAnAdditiveOperatorOnAnIterator.expected

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
| test.cpp:9:9:9:9 | i | Increment of iterator may overflow since its bounds are not checked. |
33
| test.cpp:10:9:10:9 | i | Increment of iterator may overflow since its bounds are not checked. |
44
| test.cpp:22:18:22:18 | i | Increment of iterator may overflow since its bounds are not checked. |
5-
| test.cpp:27:31:27:31 | i | Increment of iterator may overflow since its bounds are not checked. |
6-
| test.cpp:40:5:40:8 | end2 | Increment of iterator may overflow since its bounds are not checked. |
5+
| test.cpp:28:31:28:31 | i | Increment of iterator may overflow since its bounds are not checked. |
6+
| test.cpp:41:5:41:8 | end2 | Increment of iterator may overflow since its bounds are not checked. |

0 commit comments

Comments
 (0)