Skip to content

Commit 7232a07

Browse files
committed
Explain the run-make/debugger-visualizer-dep-info Python script
1 parent a32d4a0 commit 7232a07

File tree

1 file changed

+6
-1
lines changed
  • tests/run-make/debugger-visualizer-dep-info

1 file changed

+6
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
# empty
1+
# This is a Python script, but we don't actually run it.
2+
# So if you're trying to remove Python scripts from the test suite,
3+
# be aware that there's no value in trying to get rid of this one.
4+
#
5+
# It just needs to exist so that the compiler can embed it via
6+
# `#![debugger_visualizer(gdb_script_file = "...")]`.

0 commit comments

Comments
 (0)