diff options
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/implptr.exp')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/implptr.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/implptr.exp b/gdb/testsuite/gdb.dwarf2/implptr.exp index 78d5f4f..da7bc28 100644 --- a/gdb/testsuite/gdb.dwarf2/implptr.exp +++ b/gdb/testsuite/gdb.dwarf2/implptr.exp @@ -28,7 +28,7 @@ set opts {} lappend opts nopie -if [info exists COMPILE] { +if {[info exists COMPILE]} { # make check RUNTESTFLAGS='gdb.dwarf2/implptr.exp COMPILE=1 CC_FOR_TARGET=gcc\ -m32' set srcfile ${csrcfile} lappend opts debug optimize=-O2 @@ -41,7 +41,7 @@ if {[prepare_for_testing "failed to prepare" ${testfile} $srcfile $opts]} { # Additional test to verify the referenced CU is not aged out. gdb_test_no_output "maintenance set dwarf max-cache-age 0" -if ![runto_main] { +if {![runto_main]} { return -1 } |