From a255b4f50f351fe3d0d1012dc2932f9ae6b99709 Mon Sep 17 00:00:00 2001 From: Michael Nebel Date: Fri, 20 Feb 2026 16:33:38 +0100 Subject: [PATCH] C#: Update test expected output. --- csharp/ql/test/library-tests/partial/PrintAst.expected | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/csharp/ql/test/library-tests/partial/PrintAst.expected b/csharp/ql/test/library-tests/partial/PrintAst.expected index 49b50086804..dc96317ab03 100644 --- a/csharp/ql/test/library-tests/partial/PrintAst.expected +++ b/csharp/ql/test/library-tests/partial/PrintAst.expected @@ -22,7 +22,6 @@ Partial.cs: # 25| 11: [Field] _backingField # 25| -1: [TypeMention] object # 27| 12: [Property] PartialProperty1 -# 10| -1: [TypeMention] object # 27| -1: [TypeMention] object # 29| 3: [Getter] get_PartialProperty1 # 29| 4: [BlockStmt] {...} @@ -40,11 +39,9 @@ Partial.cs: # 32| -1: [TypeMention] Object[] # 32| 1: [TypeMention] object # 34| 14: [Indexer] Item -# 12| -1: [TypeMention] object # 34| -1: [TypeMention] object #-----| 1: (Parameters) -# 12| 0: [Parameter] index -# 12| -1: [TypeMention] int +# 34| 0: [Parameter] index # 34| -1: [TypeMention] int # 36| 3: [Getter] get_Item #-----| 2: (Parameters) @@ -66,7 +63,6 @@ Partial.cs: # 37| 0: [ParameterAccess] access to parameter index # 37| 1: [ParameterAccess] access to parameter value # 41| 15: [Event] PartialEvent1 -# 14| -1: [TypeMention] EventHandler # 41| 3: [AddEventAccessor] add_PartialEvent1 #-----| 2: (Parameters) # 41| 0: [Parameter] value