C#: Update CIL attributes test case and the expected output.

This commit is contained in:
Michael Nebel
2023-01-17 14:04:41 +01:00
parent 5f57a097ab
commit 62533501fe
2 changed files with 8366 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -6,7 +6,8 @@ private predicate isOsSpecific(Declaration d) {
.matches("%" +
[
"libobjc", "libproc", "System.Diagnostics.Tracing.XplatEventLogger",
"System.Threading.AutoreleasePool"
"System.Threading.AutoreleasePool",
"System.Diagnostics.Tracing.EventSource.<WriteEventString>"
] + "%")
}