mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
C#: Update test expected output.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
import csharp
|
||||
|
||||
from Struct s
|
||||
where
|
||||
s.fromSource() and
|
||||
s.isRef()
|
||||
from RefStruct s
|
||||
where s.fromSource()
|
||||
select s
|
||||
|
||||
Reference in New Issue
Block a user