Skip to content

Commit c7e0d75

Browse files
committed
C#: Update test expected output.
1 parent f0c5b30 commit c7e0d75

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
#select
21
| VirtualCallInConstructorOrDestructor.cs:45:13:45:23 | call to method f_virtual | Avoid virtual calls in a constructor or destructor. |
32
| VirtualCallInConstructorOrDestructor.cs:54:17:54:25 | access to method f_virtual | Avoid virtual calls in a constructor or destructor. |
4-
| VirtualCallInConstructorOrDestructor.cs:58:31:58:39 | access to method f_virtual | Avoid virtual calls in a constructor or destructor. |
53
| VirtualCallInConstructorOrDestructor.cs:61:21:61:29 | access to property p_virtual | Avoid virtual calls in a constructor or destructor. |
64
| VirtualCallInConstructorOrDestructor.cs:66:17:66:23 | access to indexer | Avoid virtual calls in a constructor or destructor. |
75
| VirtualCallInConstructorOrDestructor.cs:71:13:71:21 | access to event e_virtual | Avoid virtual calls in a constructor or destructor. |
8-
testFailures
9-
| VirtualCallInConstructorOrDestructor.cs:58:31:58:39 | Avoid virtual calls in a constructor or destructor. | Unexpected result: Alert |

0 commit comments

Comments
 (0)