Skip to content

Commit

Permalink
C#: Update test expected output.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnebel committed Jan 23, 2025
1 parent bc11c23 commit d924b1a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions csharp/ql/test/library-tests/dispatch/CallContext.expected
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ mayBenefitFromCallContext
| ViableCallable.cs:580:26:580:30 | call to operator checked / |
| ViableCallable.cs:586:9:586:15 | call to method M12 |
| ViableCallable.cs:619:9:619:13 | call to method M |
| ViableCallable.cs:683:9:683:16 | call to method M |
| ViableCallable.cs:687:9:687:16 | call to method M |
8 changes: 8 additions & 0 deletions csharp/ql/test/library-tests/dispatch/CallGraph.expected
Original file line number Diff line number Diff line change
Expand Up @@ -262,3 +262,11 @@
| ViableCallable.cs:610:17:610:23 | Run1`1 | ViableCallable.cs:602:21:602:21 | M |
| ViableCallable.cs:616:17:616:23 | Run2`1 | ViableCallable.cs:602:21:602:21 | M |
| ViableCallable.cs:616:17:616:23 | Run2`1 | ViableCallable.cs:607:21:607:21 | M |
| ViableCallable.cs:657:17:657:20 | Run1 | ViableCallable.cs:635:21:635:21 | M |
| ViableCallable.cs:657:17:657:20 | Run1 | ViableCallable.cs:637:21:637:21 | M |
| ViableCallable.cs:668:17:668:20 | Run2 | ViableCallable.cs:651:21:651:21 | M |
| ViableCallable.cs:668:17:668:20 | Run2 | ViableCallable.cs:654:21:654:21 | M |
| ViableCallable.cs:679:17:679:20 | Run3 | ViableCallable.cs:635:21:635:21 | M |
| ViableCallable.cs:679:17:679:20 | Run3 | ViableCallable.cs:637:21:637:21 | M |
| ViableCallable.cs:679:17:679:20 | Run3 | ViableCallable.cs:646:21:646:21 | M |
| ViableCallable.cs:679:17:679:20 | Run3 | ViableCallable.cs:648:21:648:21 | M |
Original file line number Diff line number Diff line change
Expand Up @@ -508,3 +508,11 @@
| ViableCallable.cs:613:9:613:13 | call to method M | C21+A1.M() |
| ViableCallable.cs:619:9:619:13 | call to method M | C21+A1.M() |
| ViableCallable.cs:619:9:619:13 | call to method M | C21+A2.M() |
| ViableCallable.cs:661:9:661:16 | call to method M | C22+TestOverloadResolution1<System.Int32>.M(Int32[]) |
| ViableCallable.cs:665:9:665:16 | call to method M | C22+TestOverloadResolution1<System.Int32>.M(List<int>) |
| ViableCallable.cs:672:9:672:16 | call to method M | C22+TestOverloadResolution2<System.Int32>.M(ReadOnlySpan<int>) |
| ViableCallable.cs:676:9:676:16 | call to method M | C22+TestOverloadResolution2<System.Int32>.M(IEnumerable<int>) |
| ViableCallable.cs:683:9:683:16 | call to method M | C22+TestOverloadResolution1<System.Int32>.M(Int32[]) |
| ViableCallable.cs:683:9:683:16 | call to method M | C22+TestOverloadResolution2<System.Int32>.M(Int32[]) |
| ViableCallable.cs:687:9:687:16 | call to method M | C22+TestOverloadResolution1<System.Int32>.M(List<int>) |
| ViableCallable.cs:687:9:687:16 | call to method M | C22+TestOverloadResolution2<System.Int32>.M(List<int>) |

0 comments on commit d924b1a

Please sign in to comment.