Fix more cases of improper test names
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.linespec / thread.exp
index 1e8ee465a35b02d7f9059ba716a17d3f75ba2ff9..d7fee7b6d63599a59578010bf0b851b3d7b21408 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2012 Free Software Foundation, Inc.
+# Copyright 2012-2016 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 standard_testfile
 set exefile $testfile
 
-if {[prepare_for_testing $testfile $exefile $srcfile {debug}]} {
+if {[prepare_for_testing "failed to prepare" $exefile $srcfile {debug}]} {
     return -1
 }
 
 if ![runto_main] {
-    fail "Can't run to main"
+    fail "can't run to main"
     return 0
 }
 
This page took 0.027659 seconds and 4 git commands to generate.