* gdb.python/py-value.exp (test_objfiles): Name the first test
`py-value in file.filename'.
+2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * gdb.python/py-value.exp (test_objfiles): Name the first test
+ `py-value in file.filename'.
+
2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
* gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
# A few objfile tests.
proc test_objfiles {} {
- gdb_test "python\nok=False\nfor file in gdb.objfiles():\n if 'py-value' in file.filename:\n ok=True\nprint ok\nend" "True"
+ gdb_test "python\nok=False\nfor file in gdb.objfiles():\n if 'py-value' in file.filename:\n ok=True\nprint ok\nend" "True" \
+ "py-value in file.filename"
gdb_test "python print gdb.objfiles()\[0\].pretty_printers" "\\\[\\\]"