Skip to content

Commit 75510f4

Browse files
Accept test results that fell out of date with a toString update in cpp-all
1 parent 1b7746a commit 75510f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/misra/test/rules/RULE-15-1-3/NonExplicitConversionMember.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
| test.cpp:5:3:5:12 | TestClass1 | Constructor 'TestClass1' that is callable with a single argument shall be explicit. |
2-
| test.cpp:6:3:6:23 | operator std::int32_t | Conversion operator shall be explicit. |
2+
| test.cpp:6:3:6:23 | operator signed int | Conversion operator shall be explicit. |
33
| test.cpp:23:3:23:12 | TestClass4 | Constructor 'TestClass4' that is callable with a single argument shall be explicit. |
44
| test.cpp:25:3:25:12 | TestClass4 | Constructor 'TestClass4' that is callable with a single argument shall be explicit. |
55
| test.cpp:44:3:44:17 | operator double | Conversion operator shall be explicit. |

0 commit comments

Comments
 (0)