mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 18:28:41 +00:00
Regression test for issue #161
This commit is contained in:
parent
9e64cba6ec
commit
f62418fc07
1 changed files with 6 additions and 0 deletions
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 a new issue