mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-09 10:45:30 +00:00
Added a comment explaining what is being tested for
This commit is contained in:
parent
f62418fc07
commit
fd6b510038
|
@ -1,3 +1,10 @@
|
|||
"""See https://github.com/unicorn-engine/unicorn/issues/161
|
||||
|
||||
Ensure that constants which are specified via a typedef, rather than an enum,
|
||||
are included in the bindings by the script for autogenerating mappings for
|
||||
constants.
|
||||
"""
|
||||
|
||||
import unicorn
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue