Fix more cases of improper test names
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / step-test.exp
index 4bede7890157b038483fd9ff1bfb6dcc0d53240b..64bb2e36fc178bd4f3640b1ad9ec49fb8655ab08 100644 (file)
@@ -20,14 +20,14 @@ standard_testfile .c
 
 remote_exec build "rm -f ${binfile}"
 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-     untested step-test.exp
+     untested "failed to compile"
      return -1
 }
 
 clean_restart ${binfile}
 
 if ![runto_main] then {
-   fail "Can't run to main"
+   fail "can't run to main"
    return 0
 }
 
This page took 0.0263910000000001 seconds and 4 git commands to generate.