Skip to content

Commit d924b1a

Browse files
committed
C#: Update test expected output.
1 parent bc11c23 commit d924b1a

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ mayBenefitFromCallContext
2727
| ViableCallable.cs:580:26:580:30 | call to operator checked / |
2828
| ViableCallable.cs:586:9:586:15 | call to method M12 |
2929
| ViableCallable.cs:619:9:619:13 | call to method M |
30+
| ViableCallable.cs:683:9:683:16 | call to method M |
31+
| ViableCallable.cs:687:9:687:16 | call to method M |

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,3 +262,11 @@
262262
| ViableCallable.cs:610:17:610:23 | Run1`1 | ViableCallable.cs:602:21:602:21 | M |
263263
| ViableCallable.cs:616:17:616:23 | Run2`1 | ViableCallable.cs:602:21:602:21 | M |
264264
| ViableCallable.cs:616:17:616:23 | Run2`1 | ViableCallable.cs:607:21:607:21 | M |
265+
| ViableCallable.cs:657:17:657:20 | Run1 | ViableCallable.cs:635:21:635:21 | M |
266+
| ViableCallable.cs:657:17:657:20 | Run1 | ViableCallable.cs:637:21:637:21 | M |
267+
| ViableCallable.cs:668:17:668:20 | Run2 | ViableCallable.cs:651:21:651:21 | M |
268+
| ViableCallable.cs:668:17:668:20 | Run2 | ViableCallable.cs:654:21:654:21 | M |
269+
| ViableCallable.cs:679:17:679:20 | Run3 | ViableCallable.cs:635:21:635:21 | M |
270+
| ViableCallable.cs:679:17:679:20 | Run3 | ViableCallable.cs:637:21:637:21 | M |
271+
| ViableCallable.cs:679:17:679:20 | Run3 | ViableCallable.cs:646:21:646:21 | M |
272+
| ViableCallable.cs:679:17:679:20 | Run3 | ViableCallable.cs:648:21:648:21 | M |

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,3 +508,11 @@
508508
| ViableCallable.cs:613:9:613:13 | call to method M | C21+A1.M() |
509509
| ViableCallable.cs:619:9:619:13 | call to method M | C21+A1.M() |
510510
| ViableCallable.cs:619:9:619:13 | call to method M | C21+A2.M() |
511+
| ViableCallable.cs:661:9:661:16 | call to method M | C22+TestOverloadResolution1<System.Int32>.M(Int32[]) |
512+
| ViableCallable.cs:665:9:665:16 | call to method M | C22+TestOverloadResolution1<System.Int32>.M(List<int>) |
513+
| ViableCallable.cs:672:9:672:16 | call to method M | C22+TestOverloadResolution2<System.Int32>.M(ReadOnlySpan<int>) |
514+
| ViableCallable.cs:676:9:676:16 | call to method M | C22+TestOverloadResolution2<System.Int32>.M(IEnumerable<int>) |
515+
| ViableCallable.cs:683:9:683:16 | call to method M | C22+TestOverloadResolution1<System.Int32>.M(Int32[]) |
516+
| ViableCallable.cs:683:9:683:16 | call to method M | C22+TestOverloadResolution2<System.Int32>.M(Int32[]) |
517+
| ViableCallable.cs:687:9:687:16 | call to method M | C22+TestOverloadResolution1<System.Int32>.M(List<int>) |
518+
| ViableCallable.cs:687:9:687:16 | call to method M | C22+TestOverloadResolution2<System.Int32>.M(List<int>) |

0 commit comments

Comments
 (0)