Skip to content

Commit dad6bc1

Browse files
authored
Update cpp/autosar/test/rules/M0-1-4/test.cpp
1 parent bb09ae9 commit dad6bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/autosar/test/rules/M0-1-4/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ class C1 {
3636
static constexpr int unused{1}; // NON_COMPLIANT
3737
static constexpr int used{2}; // COMPLIANT
3838
int test_use() { return used; }
39-
static constexpr int size{3}; // COMPLIANT[FALSE_POSITIVE]
39+
static constexpr int size{3}; // COMPLIANT
4040
std::array<bool, size> array{false, false}; // size is used here
4141
};

0 commit comments

Comments
 (0)