diff options
Diffstat (limited to 'gdb/testsuite/gdb.opt/inline-entry.exp')
-rw-r--r-- | gdb/testsuite/gdb.opt/inline-entry.exp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.opt/inline-entry.exp b/gdb/testsuite/gdb.opt/inline-entry.exp index f185f10..227131a 100644 --- a/gdb/testsuite/gdb.opt/inline-entry.exp +++ b/gdb/testsuite/gdb.opt/inline-entry.exp @@ -33,7 +33,7 @@ # case where DW_AT_entry_pc is not the first instruction of an inlined # function, as can be the case in gcc 8.x with the # -gstatement-frontiers work in place. -require {expr ![is_c_compiler_gcc] || [supports_statement_frontiers]} +require {expr {![is_c_compiler_gcc] || [supports_statement_frontiers]}} standard_testfile @@ -43,11 +43,11 @@ if { [supports_statement_frontiers] } { lappend options additional_flags=-gstatement-frontiers } -if { [prepare_for_testing "failed to prepare" $binfile $srcfile $options] } { +if { [prepare_for_testing "failed to prepare" $testfile $srcfile $options] } { return } -if ![runto_main] { +if { ![runto_main] } { return } |