diff options
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/dw2-minsym-in-cu.exp')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/dw2-minsym-in-cu.exp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/dw2-minsym-in-cu.exp b/gdb/testsuite/gdb.dwarf2/dw2-minsym-in-cu.exp index 105123f..9b2a805 100644 --- a/gdb/testsuite/gdb.dwarf2/dw2-minsym-in-cu.exp +++ b/gdb/testsuite/gdb.dwarf2/dw2-minsym-in-cu.exp @@ -21,11 +21,9 @@ if {![dwarf2_support]} { # This testfile has reproducibility only with cc-with-index.sh. -set testfile "dw2-minsym-in-cu" -set srcfile ${testfile}.S -set executable ${testfile} +standard_testfile .S -if [prepare_for_testing ${testfile}.exp ${executable} ${srcfile}] { +if [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile}] { return -1 } |