Python: Remove fragile and unnecessary test.

This commit is contained in:
Mark Shannon
2019-01-17 12:31:19 +00:00
parent 28261d6787
commit 801d8cb3a5
4 changed files with 0 additions and 9 deletions

View File

@@ -1,2 +0,0 @@
semmle-extractor-options: --max-import-depth=2 -j
optimize: true

View File

@@ -1 +0,0 @@
| builtin-class _ctypes._Pointer | builtin-class _ctypes.PyCPointerType |

View File

@@ -1 +0,0 @@
from ctypes import *

View File

@@ -1,5 +0,0 @@
import python
from ClassObject c
where c.getName() = "_ctypes._Pointer"
select c.toString(), c.getAnInferredType().toString()