Skip to content

Commit c1e05e6

Browse files
committed
C#: Update test expected output.
1 parent 43b1637 commit c1e05e6

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#select
21
| A.cs:8:15:8:32 | access to local variable synchronizedAlways | Variable $@ is always null at this dereference. | A.cs:7:16:7:33 | synchronizedAlways | synchronizedAlways |
32
| A.cs:17:9:17:17 | access to local variable arrayNull | Variable $@ is always null at this dereference. | A.cs:16:15:16:23 | arrayNull | arrayNull |
43
| A.cs:31:27:31:37 | access to local variable arrayAccess | Variable $@ is always null at this dereference. | A.cs:26:15:26:25 | arrayAccess | arrayAccess |
@@ -40,9 +39,6 @@
4039
| E.cs:405:16:405:16 | access to local variable i | Variable $@ is always null at this dereference. | E.cs:403:14:403:14 | i | i |
4140
| 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 |
4241
| F.cs:8:9:8:9 | access to local variable o | Variable $@ is always null at this dereference. | F.cs:7:16:7:16 | o | o |
43-
| F.cs:14:9:14:9 | access to local variable o | Variable $@ is always null at this dereference. | F.cs:13:17:13:17 | o | o |
4442
| 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 |
4543
| 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 |
4644
| 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 |
47-
testFailures
48-
| F.cs:14:9:14:9 | Variable $@ is always null at this dereference. | Unexpected result: Alert |

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,6 @@ edges
447447
| E.cs:435:29:435:29 | SSA param(s) | E.cs:437:13:437:21 | [true] ... is ... |
448448
| E.cs:437:13:437:21 | [true] ... is ... | E.cs:439:13:439:13 | access to parameter s |
449449
| F.cs:7:16:7:23 | SSA def(o) | F.cs:8:9:8:9 | access to local variable o |
450-
| F.cs:13:17:13:24 | SSA def(o) | F.cs:14:9:14:9 | access to local variable o |
451450
| Forwarding.cs:7:16:7:23 | SSA def(s) | Forwarding.cs:9:13:9:30 | [false] !... |
452451
| Forwarding.cs:9:13:9:30 | [false] !... | Forwarding.cs:14:9:17:9 | if (...) ... |
453452
| Forwarding.cs:14:9:17:9 | if (...) ... | Forwarding.cs:19:9:22:9 | if (...) ... |
@@ -898,8 +897,6 @@ nodes
898897
| E.cs:439:13:439:13 | access to parameter s |
899898
| F.cs:7:16:7:23 | SSA def(o) |
900899
| F.cs:8:9:8:9 | access to local variable o |
901-
| F.cs:13:17:13:24 | SSA def(o) |
902-
| F.cs:14:9:14:9 | access to local variable o |
903900
| Forwarding.cs:7:16:7:23 | SSA def(s) |
904901
| Forwarding.cs:9:13:9:30 | [false] !... |
905902
| Forwarding.cs:14:9:17:9 | if (...) ... |

0 commit comments

Comments
 (0)