From 4f93dfbd6ad24b9a643e32b3b298dbc87498697f Mon Sep 17 00:00:00 2001 From: Michael Nebel Date: Thu, 21 May 2026 16:30:00 +0200 Subject: [PATCH] C#: Update test expected output. --- csharp/ql/test/library-tests/properties/Properties19.expected | 1 + 1 file changed, 1 insertion(+) diff --git a/csharp/ql/test/library-tests/properties/Properties19.expected b/csharp/ql/test/library-tests/properties/Properties19.expected index 0e5fde4be9d..0c2ba9c8ceb 100644 --- a/csharp/ql/test/library-tests/properties/Properties19.expected +++ b/csharp/ql/test/library-tests/properties/Properties19.expected @@ -8,4 +8,5 @@ | properties.cs:146:24:146:27 | Prop | properties.cs:160:21:160:26 | access to property Prop | properties.cs:148:13:148:15 | get_Prop | | properties.cs:166:28:166:32 | Value | properties.cs:192:13:192:20 | access to property Value | properties.cs:169:13:169:15 | set_Value | | properties.cs:166:28:166:32 | Value | properties.cs:193:25:193:32 | access to property Value | properties.cs:168:13:168:15 | get_Value | +| properties.cs:175:29:175:33 | Value | properties.cs:188:13:188:20 | access to property Value | properties.cs:169:13:169:15 | set_Value | | properties.cs:175:29:175:33 | Value | properties.cs:189:25:189:32 | access to property Value | properties.cs:177:13:177:15 | get_Value |