Skip to content

Commit 52e383a

Browse files
committed
Fix incorrect testcase annotation
1 parent 403e9d1 commit 52e383a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ const char *g6 = "??<"; // NON_COMPLIANT
88
const char *g7 = "??>"; // NON_COMPLIANT
99
const char *g8 = "??-"; // NON_COMPLIANT
1010

11-
const char *g9 = "\?\?="; // COMPLIANT[FALSE_POSITIVE]
11+
const char *g9 = "\?\?="; // COMPLIANT
1212
const char *g10 = "?="; // COMPLIANT

0 commit comments

Comments
 (0)