Skip to content

Commit 70a9304

Browse files
Update expectations since cpp format
1 parent bd8391e commit 70a9304

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cpp/misra/test/rules/RULE-0-2-1/UnusedLimitedVisibilityVariable.expected

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
| test.cpp:7:7:7:7 | y | Variable 'y' is unused. |
2-
| test.cpp:20:7:20:7 | z | Variable 'z' is unused. |
3-
| test.cpp:26:5:26:5 | t | Variable 't' is unused. |
4-
| test.cpp:26:5:26:5 | t | Variable 't' is unused. |
5-
| test.cpp:47:6:47:6 | a | Variable 'a' is unused. |
6-
| test.cpp:94:5:94:5 | t | Variable 't' is unused. |
2+
| test.cpp:19:7:19:7 | z | Variable 'z' is unused. |
3+
| test.cpp:25:5:25:5 | t | Variable 't' is unused. |
4+
| test.cpp:25:5:25:5 | t | Variable 't' is unused. |
5+
| test.cpp:46:6:46:6 | a | Variable 'a' is unused. |
6+
| test.cpp:93:5:93:5 | t | Variable 't' is unused. |
77
| test_global_or_namespace.cpp:3:12:3:14 | sg0 | Variable 'sg0' is unused. |
88
| test_global_or_namespace.cpp:4:11:4:13 | cg0 | Variable 'cg0' is unused. |
99
| test_global_or_namespace.cpp:14:5:14:6 | g3 | Variable '(unnamed namespace)::g3' is unused. |

0 commit comments

Comments
 (0)