Rename foo.py
to my_gdb_script.py
This makes it easier for maintainers to see what the Python script is for.
This commit is contained in:
parent
7232a07f5a
commit
5fc562c5b1
3 changed files with 2 additions and 2 deletions
|
@ -0,0 +1,6 @@
|
|||
# This is a Python script, but we don't actually run it.
|
||||
# So if you're trying to remove Python scripts from the test suite,
|
||||
# be aware that there's no value in trying to get rid of this one.
|
||||
#
|
||||
# It just needs to exist so that the compiler can embed it via
|
||||
# `#![debugger_visualizer(gdb_script_file = "...")]`.
|
Loading…
Add table
Add a link
Reference in a new issue