mirror of
https://github.com/github/codeql.git
synced 2026-04-20 22:44:52 +02:00
Fix failing test
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user