Skip to content

Commit f723712

Browse files
authored
Update test1a.cpp
1 parent 39f2079 commit f723712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/autosar/test/rules/A2-10-5/test1a.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
namespace n1 {
2-
static int g1 = 0;
2+
static int g1 = 0; // NON_COMPLIANT
33
}
44

55
static int g2; // COMPLIANT

0 commit comments

Comments
 (0)