regress: add shebang for emu_stop_segfault.py
This commit is contained in:
parent
acf5edf333
commit
3de12d37f8
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/python
|
||||
|
||||
"""See https://github.com/unicorn-engine/unicorn/issues/65"""
|
||||
|
||||
import unicorn
|
||||
|
|
Loading…
Reference in New Issue