Skip to content

Commit b87b59d

Browse files
committed
C#: Update test expected output.
1 parent 3fab401 commit b87b59d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

csharp/ql/test/library-tests/partial/PrintAst.expected

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Partial.cs:
2222
# 25| 11: [Field] _backingField
2323
# 25| -1: [TypeMention] object
2424
# 27| 12: [Property] PartialProperty1
25-
# 10| -1: [TypeMention] object
2625
# 27| -1: [TypeMention] object
2726
# 29| 3: [Getter] get_PartialProperty1
2827
# 29| 4: [BlockStmt] {...}
@@ -40,11 +39,9 @@ Partial.cs:
4039
# 32| -1: [TypeMention] Object[]
4140
# 32| 1: [TypeMention] object
4241
# 34| 14: [Indexer] Item
43-
# 12| -1: [TypeMention] object
4442
# 34| -1: [TypeMention] object
4543
#-----| 1: (Parameters)
46-
# 12| 0: [Parameter] index
47-
# 12| -1: [TypeMention] int
44+
# 34| 0: [Parameter] index
4845
# 34| -1: [TypeMention] int
4946
# 36| 3: [Getter] get_Item
5047
#-----| 2: (Parameters)
@@ -66,7 +63,6 @@ Partial.cs:
6663
# 37| 0: [ParameterAccess] access to parameter index
6764
# 37| 1: [ParameterAccess] access to parameter value
6865
# 41| 15: [Event] PartialEvent1
69-
# 14| -1: [TypeMention] EventHandler
7066
# 41| 3: [AddEventAccessor] add_PartialEvent1
7167
#-----| 2: (Parameters)
7268
# 41| 0: [Parameter] value

0 commit comments

Comments
 (0)