Regression test for issue #161

This commit is contained in:
Sean Heelan 2015-10-03 12:22:41 +07:00
parent 9e64cba6ec
commit f62418fc07

View 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")