Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 214cc90

Browse files
committed
Fix failing test
1 parent 44dfafc commit 214cc90

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • csharp/ql/test/library-tests/cil/enums
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import semmle.code.cil.Types
22

33
from Enum e
4+
where e.getQualifiedName() != "Interop.Sys.LockType" // doesn't exist on osx
45
select e.getQualifiedName(), e.getUnderlyingType().toStringWithTypes()

0 commit comments

Comments
 (0)