mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-22 14:31:12 +00:00
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 a new issue