gdb.ada/complete.exp: Fix FIXME.

2013-05-16  Pedro Alves  <palves@redhat.com>

	* gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
	comment.  Use gdb_test_no_output.
This commit is contained in:
Pedro Alves 2013-05-16 10:13:33 +00:00
parent d1be32476e
commit 177aadc492
2 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2013-05-16 Pedro Alves <palves@redhat.com>
* gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
comment. Use gdb_test_no_output.
2013-05-16 Joel Brobecker <brobecker@adacore.com>
* gdb.ada/complete.exp: Add test verifying completion using

View File

@ -38,13 +38,10 @@ proc test_gdb_complete { expr expected_output } {
}
# A convenience function that verifies that the "complete EXPR" command
# does not genearte any output.
# does not generate any output.
proc test_gdb_no_completion { expr } {
# FIXME: brobecker/2007-12-27: How do you verify that the command
# output is actually really empty??? For now, the following does
# not verify this at all:
test_gdb_complete "$expr" ""
gdb_test_no_output "complete p $expr"
}
# A convenience function that joins all the arguments together,