mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-03 18:25:36 +00:00
regress: add shebang for ensure_typedef_consts_generated.py
This commit is contained in:
parent
d93210ad5a
commit
9410b8fbe7
2
tests/regress/ensure_typedef_consts_generated.py
Normal file → Executable file
2
tests/regress/ensure_typedef_consts_generated.py
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
||||||
|
#!/usr/bin/python
|
||||||
|
|
||||||
"""See https://github.com/unicorn-engine/unicorn/issues/161
|
"""See https://github.com/unicorn-engine/unicorn/issues/161
|
||||||
|
|
||||||
Ensure that constants which are specified via a typedef, rather than an enum,
|
Ensure that constants which are specified via a typedef, rather than an enum,
|
||||||
|
|
Loading…
Reference in a new issue