Skip to content

Commit cae9e29

Browse files
committed
Update test after frontend upgrade
1 parent 49c05e3 commit cae9e29

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

cpp/misra/test/rules/RULE-0-2-3/UnusedTypeWithLimitedVisibility.expected

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
| templates.cpp:42:12:42:13 | A1 | Type 'A1' with limited visibility is not used. |
2-
| templates.cpp:93:11:93:12 | A1 | Type 'A1' with limited visibility is not used. |
32
| test.cpp:5:9:5:10 | T1 | Type 'T1' with limited visibility is not used. |
43
| test.cpp:31:8:31:9 | A2 | Type 'A2' with limited visibility is not used. |
54
| test.cpp:61:28:61:29 | C1<<unnamed>> | Type 'C1<<unnamed>>' with limited visibility is not used. |

cpp/misra/test/rules/RULE-0-2-3/templates.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ namespace use_as_template_parameter_type {
9090
* parameter
9191
*/
9292
namespace use_as_template_parameter_default_value {
93-
class A1 { // COMPLIANT[False positive]
93+
class A1 { // COMPLIANT
9494
static const int a = 42;
9595
};
9696

0 commit comments

Comments
 (0)