Skip to content

Commit d40c1be

Browse files
committed
C#: Update expected testoutput for Nullness tests.
1 parent e62846e commit d40c1be

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

csharp/ql/test/query-tests/Nullness/NullAlways.expected

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,4 @@
4040
| E.cs:439:13:439:13 | access to parameter s | Variable $@ is always null at this dereference. | E.cs:435:29:435:29 | s | s |
4141
| Forwarding.cs:36:31:36:31 | access to local variable s | Variable $@ is always null at this dereference. | Forwarding.cs:7:16:7:16 | s | s |
4242
| Forwarding.cs:40:27:40:27 | access to local variable s | Variable $@ is always null at this dereference. | Forwarding.cs:7:16:7:16 | s | s |
43-
| ImplicitToString.cs:8:23:8:23 | access to local variable o | Variable $@ is always null at this dereference. | ImplicitToString.cs:7:16:7:16 | o | o |
4443
| NullAlwaysBad.cs:9:30:9:30 | access to parameter s | Variable $@ is always null at this dereference. | NullAlwaysBad.cs:7:29:7:29 | s | s |

csharp/ql/test/query-tests/Nullness/NullMaybe.expected

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,6 @@ nodes
443443
| GuardedString.cs:34:9:37:40 | if (...) ... |
444444
| GuardedString.cs:34:26:34:26 | 0 |
445445
| GuardedString.cs:35:31:35:31 | access to local variable s |
446-
| ImplicitToString.cs:7:16:7:23 | SSA def(o) |
447-
| ImplicitToString.cs:8:23:8:23 | access to local variable o |
448446
| NullAlwaysBad.cs:7:29:7:29 | SSA param(s) |
449447
| NullAlwaysBad.cs:9:30:9:30 | access to parameter s |
450448
| NullMaybeBad.cs:7:27:7:27 | access to parameter o |
@@ -839,7 +837,6 @@ edges
839837
| GuardedString.cs:31:26:31:27 | 10 | GuardedString.cs:34:9:37:40 | if (...) ... |
840838
| GuardedString.cs:34:9:37:40 | if (...) ... | GuardedString.cs:34:26:34:26 | 0 |
841839
| GuardedString.cs:34:26:34:26 | 0 | GuardedString.cs:35:31:35:31 | access to local variable s |
842-
| ImplicitToString.cs:7:16:7:23 | SSA def(o) | ImplicitToString.cs:8:23:8:23 | access to local variable o |
843840
| NullAlwaysBad.cs:7:29:7:29 | SSA param(s) | NullAlwaysBad.cs:9:30:9:30 | access to parameter s |
844841
| NullMaybeBad.cs:13:17:13:20 | null | NullMaybeBad.cs:7:27:7:27 | access to parameter o |
845842
| Params.cs:20:12:20:15 | null | Params.cs:14:17:14:20 | access to parameter args |

0 commit comments

Comments
 (0)