17 lines
702 B
Diff
17 lines
702 B
Diff
|
Fixup gdb-bz634108-solib_address.patch
|
||
|
|
||
|
---
|
||
|
gdb/testsuite/gdb.python/rh634108-solib_address.exp | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/gdb/testsuite/gdb.python/rh634108-solib_address.exp b/gdb/testsuite/gdb.python/rh634108-solib_address.exp
|
||
|
index c0451cf09ed..99e6aaba831 100644
|
||
|
--- a/gdb/testsuite/gdb.python/rh634108-solib_address.exp
|
||
|
+++ b/gdb/testsuite/gdb.python/rh634108-solib_address.exp
|
||
|
@@ -21,4 +21,4 @@ gdb_start
|
||
|
# Skip all tests if Python scripting is not enabled.
|
||
|
if { [skip_python_tests] } { continue }
|
||
|
|
||
|
-gdb_test "python print gdb.solib_name(-1)" "None" "gdb.solib_name exists"
|
||
|
+gdb_test "python print (gdb.solib_name(-1))" "None" "gdb.solib_name exists"
|