mirror of
https://github.com/idapython/src
synced 2026-06-08 14:47:00 +00:00
5 lines
185 B
Python
5 lines
185 B
Python
"""This internal test is used to verify that pc_api tests won't swallow
|
|
exceptions while using IDAPYTHON_EXAMPLE <path_to_script>"""
|
|
|
|
raise ImportError("Nasty exception at the script")
|