Fix test names starting with uppercase using gdb_test_no_output
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.guile / scm-progspace.exp
index c9ae23aa2e1c530db9e1e67bb4bdb485323d5e53..fc202d615040226ed6b2ecd14fdbbdce4ffa55d3 100644 (file)
@@ -75,7 +75,7 @@ with_test_prefix "program unloaded" {
 
 gdb_test "add-inferior" "Added inferior 2" "create new inferior"
 gdb_test "inferior 2" ".*" "switch to new inferior"
-gdb_test_no_output "remove-inferiors 1" "Remove first inferior"
+gdb_test_no_output "remove-inferiors 1" "remove first inferior"
 
 with_test_prefix "inferior removed" {
     gdb_test "gu (print (progspace-valid? progspace))" "= #f"
This page took 0.023818 seconds and 4 git commands to generate.