Skip to content

Commit af63e63

Browse files
committed
C#: Accept test changes.
1 parent 19faf8f commit af63e63

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

csharp/ql/test/library-tests/dispatch/CallGraph.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
| ExactCallable.cs:15:25:15:35 | Run`2 | ExactCallable.cs:172:21:172:33 | MethodWithOut |
2525
| ExactCallable.cs:15:25:15:35 | Run`2 | ExactCallable.cs:177:21:177:34 | MethodWithOut2 |
2626
| ExactCallable.cs:182:21:182:22 | M1 | ExactCallable.cs:187:21:187:22 | M2 |
27+
| TypeFlow.cs:3:7:3:14 | <object initializer> | TypeFlow.cs:22:20:22:22 | set_Prop |
2728
| TypeFlow.cs:5:5:5:12 | TypeFlow | TypeFlow.cs:24:10:24:12 | Run |
2829
| TypeFlow.cs:24:10:24:12 | Run | TypeFlow.cs:12:29:12:34 | Method |
2930
| TypeFlow.cs:24:10:24:12 | Run | TypeFlow.cs:17:30:17:35 | Method |

csharp/ql/test/library-tests/structuralcomparison/structuralComparison.expected

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ gvn
5656
| StructuralComparison.cs:3:14:3:18 | this access | (kind:Expr(12),false,Class) |
5757
| StructuralComparison.cs:3:14:3:18 | {...} | (kind:Stmt(1)) |
5858
| StructuralComparison.cs:5:26:5:26 | access to field x | (kind:Expr(16),true,x) |
59-
| StructuralComparison.cs:5:26:5:26 | this access | (kind:Expr(12)) |
59+
| StructuralComparison.cs:5:26:5:26 | this access | (kind:Expr(12),false,Class) |
6060
| StructuralComparison.cs:5:26:5:30 | ... = ... | ((kind:Expr(16),true,x) :: (0 :: (kind:Expr(63)))) |
6161
| StructuralComparison.cs:5:30:5:30 | 0 | 0 |
6262
| StructuralComparison.cs:6:26:6:26 | access to field y | (kind:Expr(16),true,y) |
63-
| StructuralComparison.cs:6:26:6:26 | this access | (kind:Expr(12)) |
63+
| StructuralComparison.cs:6:26:6:26 | this access | (kind:Expr(12),false,Class) |
6464
| StructuralComparison.cs:6:26:6:30 | ... = ... | ((kind:Expr(16),true,y) :: (1 :: (kind:Expr(63)))) |
6565
| StructuralComparison.cs:6:30:6:30 | 1 | 1 |
6666
| StructuralComparison.cs:8:24:8:24 | 0 | 0 |

0 commit comments

Comments
 (0)