Skip to content

Commit a2eefa4

Browse files
committed
Update test after frontend update
1 parent 05bf270 commit a2eefa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
| test.cpp:33:7:33:7 | call to operator A | User-defined conversion operators should not be used. |
22
| test.cpp:35:24:35:24 | call to operator A * | User-defined conversion operators should not be used. |
3-
| test.cpp:37:15:37:15 | call to operator B::array_A * | User-defined conversion operators should not be used. |
3+
| test.cpp:37:15:37:15 | call to operator A (*)[3] | User-defined conversion operators should not be used. |
44
| test.cpp:41:7:41:7 | call to operator A * | User-defined conversion operators should not be used. |

0 commit comments

Comments
 (0)