Fix failing test

This commit is contained in:
Tamas Vajk
2020-12-07 14:31:05 +01:00
parent 44dfafc52c
commit 214cc90af5

View File

@@ -1,4 +1,5 @@
import semmle.code.cil.Types
from Enum e
where e.getQualifiedName() != "Interop.Sys.LockType" // doesn't exist on osx
select e.getQualifiedName(), e.getUnderlyingType().toStringWithTypes()