From: Doug Evans Date: Sat, 23 Nov 2013 23:20:42 +0000 (-0800) Subject: * gdb.python/py-symbol.exp: Fix whitespace. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f873dd7ade1d20f4f89b1d52f081c83bc37bbad7;p=binutils-gdb.git * gdb.python/py-symbol.exp: Fix whitespace. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index ee8dfefb8a0..9e263d746dc 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2013-11-23 Doug Evans + + * gdb.python/py-symbol.exp: Fix whitespace. + 2013-11-23 Doug Evans * gdb.python/python.exp: Don't call skip_python_tests, we still want diff --git a/gdb/testsuite/gdb.python/py-symbol.exp b/gdb/testsuite/gdb.python/py-symbol.exp index f67af54bd7d..5befd2d528f 100644 --- a/gdb/testsuite/gdb.python/py-symbol.exp +++ b/gdb/testsuite/gdb.python/py-symbol.exp @@ -115,10 +115,10 @@ gdb_test "python print (t\[0\].symtab)" "gdb.python/py-symbol.c.*" "Get symtab" # C++ tests # Recompile binary. - if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}-cxx" executable "debug c++"] != "" } { - untested "Couldn't compile ${srcfile} in c++ mode" - return -1 - } +if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}-cxx" executable "debug c++"] != "" } { + untested "Couldn't compile ${srcfile} in c++ mode" + return -1 +} # Start with a fresh gdb. gdb_exit