ld/plugins: avoid shadowing a C library symbol
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / line-symtabs.exp
index a269e4b4b751b31c711c10d35815a77e0d09637e..1a9c5319111fe984e03456f7499e47dfc6182419 100644 (file)
@@ -1,5 +1,5 @@
 # Test handling of line symbol tables (non-primary symtabs).
-# Copyright 2014-2015 Free Software Foundation, Inc.
+# Copyright 2014-2019 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 .c line-symtabs.h
 
-if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile}] } {
+if { [prepare_for_testing "failed to prepare" ${testfile} ${srcfile}] } {
     return -1
 }
 
 if ![runto_main] {
-    fail "Can't run to main"
+    fail "can't run to main"
     return -1
 }
 
This page took 0.063907 seconds and 4 git commands to generate.