Fix test names starting with uppercase using multi-line gdb_test_no_output
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / del.exp
index e7a8c2db92e6c829b5392ce2967a16b6c6899a22..2d7e920b909226f65cadc380bd4c7cd5ca659455 100644 (file)
@@ -33,7 +33,7 @@ proc test_delete_alias { alias } {
     # First of all, remove all previous breakpoints if there were any,
     # and then verify that we do not have any breakpoint lying around.
     gdb_test_no_output "delete" \
-             "Remove all breakpoints ($alias)"
+             "remove all breakpoints ($alias)"
 
     gdb_test "info break" \
              "No breakpoints or watchpoints." \
This page took 0.027248 seconds and 4 git commands to generate.