C#: Update test expected output.

This commit is contained in:
Michael Nebel
2025-01-03 15:23:52 +01:00
parent c439beb4b4
commit 5ddc37867e
3 changed files with 6 additions and 8 deletions

View File

@@ -30,8 +30,8 @@ csharp72.cs:
# 26| 0: [FieldAccess] access to field s
# 29| 7: [DelegateType] Del
# 32| [Struct] ReadonlyStruct
# 36| [Struct] RefStruct
# 40| [Struct] ReadonlyRefStruct
# 36| [RefStruct] RefStruct
# 40| [RefStruct] ReadonlyRefStruct
# 44| [Class] NumericLiterals
# 46| 5: [Field] binaryValue
# 46| -1: [TypeMention] int

View File

@@ -1,7 +1,5 @@
import csharp
from Struct s
where
s.fromSource() and
s.isRef()
from RefStruct s
where s.fromSource()
select s