Skip to content

Commit 92427e6

Browse files
committed
Fix sneaky typo in A18-1-1 test.
1 parent 66b4267 commit 92427e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/autosar/test/rules/A18-1-1/test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ int test_c_arrays() {
1111
int x[100]; // NON_COMPLIANT
1212
constexpr int a[]{0, 1, 2}; // NON_COMPLIANT
1313

14-
__func__; // COMPLAINT
14+
__func__; // COMPLIANT
1515
return 0;
16-
}
16+
}

0 commit comments

Comments
 (0)