[gdb/symtab] Prefer def over decl (inter-CU case)
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / infcall-input.exp
index b92a91571d0c5d454996122fb39303db8ab1a53b..7e16c42049cf3613b9aa261f3374023798563704 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2016 Free Software Foundation, Inc.
+# Copyright 2016-2020 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
@@ -23,13 +23,12 @@ if [target_info exists gdb,cannot_call_functions] {
     continue
 }
 
-if {[prepare_for_testing $testfile.exp $testfile $srcfile debug]} {
-    untested "compile failed"
+if {[prepare_for_testing "failed to prepare" $testfile $srcfile debug]} {
     return -1
 }
 
 if ![runto_main] then {
-    fail "Couldn't run to main"
+    fail "couldn't run to main"
     return -1
 }
 
This page took 0.02727 seconds and 4 git commands to generate.