We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
run-make/debugger-visualizer-dep-info
1 parent a32d4a0 commit 7232a07Copy full SHA for 7232a07
tests/run-make/debugger-visualizer-dep-info/foo.py
@@ -1 +1,6 @@
1
-# empty
+# 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