Skip to content

Commit a431dc9

Browse files
Test expectation update
1 parent 94218db commit a431dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/misra/test/rules/RULE-0-1-1/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ void f3() {
5757
l11 += l12; // COMPLIANT
5858
f0(l11);
5959

60-
int l13 = 0;
60+
int l13 = 0; // NON_COMPLIANT -- read but not observed
6161
l13 = l13 + 1; // NON_COMPLIANT -- read but not observed
6262

6363
int l14 = 0;

0 commit comments

Comments
 (0)