Skip to content

Commit 9b070a0

Browse files
test case format
1 parent 20b5bf6 commit 9b070a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/misra/test/rules/RULE-4-1-1/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ typedef int t2 __attribute__((vector_size(16))); // NON_COMPLIANT
7878

7979
const int g5 = 5;
8080
void f12(int p0, int p1[10], int p2[], int p3[g5]) { // COMPLIANT -- not VLAs.
81-
int l0[p0]; // NON_COMPLIANT -- VLA
81+
int l0[p0]; // NON_COMPLIANT -- VLA
8282
}

0 commit comments

Comments
 (0)