Skip to content

Commit 7f2099f

Browse files
committed
M9-3-3: add testcase clarification note
1 parent a9e6e83 commit 7f2099f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/autosar/test/rules/M9-3-3/test.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ class Z4 {
210210
};
211211

212212
void fp_reported_in_381() {
213+
// added to test template initialization effects/lack thereof
213214
Z4 z;
214215
int i = z.front();
215216
z.fill(i);

0 commit comments

Comments
 (0)