Index: gdb/testsuite/gdb.base/complex.exp |
diff --git a/gdb/testsuite/gdb.base/complex.exp b/gdb/testsuite/gdb.base/complex.exp |
index 1de9a93998d1e6f10cbf74535a305f2b92e049c7..2ce60f14039521de183691ce0ce58d1f97943885 100644 |
--- a/gdb/testsuite/gdb.base/complex.exp |
+++ b/gdb/testsuite/gdb.base/complex.exp |
@@ -13,10 +13,6 @@ |
# You should have received a copy of the GNU General Public License |
# along with this program. If not, see <http://www.gnu.org/licenses/>. |
-if $tracelevel then { |
- strace $tracelevel |
-} |
- |
set testfile complex |
set srcfile ${testfile}.c |
@@ -32,7 +28,7 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable $opt |
# Start with a fresh gdb. |
-if [get_compiler_info ${binfile}] { |
+if [get_compiler_info] { |
return -1 |
} |