Regression test for issue #161
This commit is contained in:
parent
9e64cba6ec
commit
f62418fc07
6
tests/regress/ensure_typedef_consts_generated.py
Normal file
6
tests/regress/ensure_typedef_consts_generated.py
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
import unicorn
|
||||||
|
|
||||||
|
try:
|
||||||
|
unicorn.UC_HOOK_MEM_UNMAPPED
|
||||||
|
except AttributeError:
|
||||||
|
assert(False and "Definition for UC_HOOK_MEM_UNMAPPED not generated")
|
Loading…
Reference in New Issue
Block a user