Skip to content

Commit cfcbf23

Browse files
author
Nicolas Kraiouchkine
committed
Add missing COMPLIANT labels to test-case
1 parent ab90f7a commit cfcbf23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/autosar/test/rules/A16-2-2/test2.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#include "test.hpp"
2-
#include "z.h"
1+
#include "test.hpp" // COMPLIANT
2+
#include "z.h" // COMPLIANT
33

44
void test() {
55
f();

0 commit comments

Comments
 (0)