Skip to content

Commit 9163881

Browse files
committed
Update test case expected's line number after previous format.
1 parent dac5019 commit 9163881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cpp/autosar/test/rules/M6-5-3/LoopCounterModifiedWithinStatement.expected

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
| test.cpp:25:35:25:35 | x | Loop counters should not be modified within a statement in a for loop. |
33
| test.cpp:36:5:36:5 | x | Loop counters should not be modified within a statement in a for loop. |
44
| test.cpp:43:9:43:9 | i | Loop counters should not be modified within a statement in a for loop. |
5-
| test.cpp:99:15:99:15 | i | Loop counters should not be modified within a statement in a for loop. |
5+
| test.cpp:93:15:93:15 | i | Loop counters should not be modified within a statement in a for loop. |

0 commit comments

Comments
 (0)