Skip to content

Commit 927b2e9

Browse files
committed
Fix compliance annotation
1 parent 1a89424 commit 927b2e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/autosar/test/rules/A3-9-1/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
void test_variable_width_type_variables() {
44
char c; // NON_COMPLIANT
55
unsigned char uc; // NON_COMPLIANT
6-
signed char sc; // NON_COMPLIANt
6+
signed char sc; // NON_COMPLIANT
77

88
int i; // NON_COMPLIANT
99
unsigned int ui; // NON_COMPLIANT

0 commit comments

Comments
 (0)