Skip to content

Commit

Permalink
C#: Update other existing tests expected output.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnebel committed Jan 9, 2025
1 parent febd7bf commit 5fff89a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
| data.cs:28:35:28:71 | ... + ... |
| data.cs:28:51:28:64 | access to local variable customerReader |
| data.cs:28:51:28:71 | access to indexer |
| data.cs:28:51:28:71 | call to method ToString |
| data.cs:30:13:30:26 | access to local variable customerReader |
| entity.cs:31:29:31:82 | DbRawSqlQuery<Blog> blogs = ... |
| entity.cs:31:37:31:82 | call to method SqlQuery<Blog> |
Expand Down
4 changes: 2 additions & 2 deletions csharp/ql/test/query-tests/Nullness/Implications.expected
Original file line number Diff line number Diff line change
Expand Up @@ -908,8 +908,8 @@
| D.cs:253:13:253:14 | access to local variable o2 | null | D.cs:249:18:249:38 | ... ? ... : ... | null |
| D.cs:266:13:266:27 | ... is ... | true | D.cs:266:13:266:17 | access to local variable other | non-null |
| D.cs:310:21:310:26 | ... + ... | non-null | D.cs:310:21:310:22 | "" | non-null |
| D.cs:310:21:310:26 | ... + ... | non-null | D.cs:310:26:310:26 | access to parameter a | non-null |
| D.cs:310:21:310:26 | ... + ... | null | D.cs:310:26:310:26 | access to parameter a | null |
| D.cs:310:21:310:26 | ... + ... | non-null | D.cs:310:26:310:26 | call to method ToString | non-null |
| D.cs:310:21:310:26 | ... + ... | null | D.cs:310:26:310:26 | call to method ToString | null |
| D.cs:312:17:312:23 | !... | false | D.cs:312:18:312:23 | access to local variable s_null | true |
| D.cs:312:17:312:23 | !... | true | D.cs:312:18:312:23 | access to local variable s_null | false |
| D.cs:318:16:318:62 | ... && ... | true | D.cs:318:16:318:36 | ... == ... | true |
Expand Down

0 comments on commit 5fff89a

Please sign in to comment.