projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d54b30b
)
(test_subscript_regression): Remove no longer necessary globals,
author
Doug Evans
<dje@google.com>
Thu, 6 Sep 2012 17:57:41 +0000
(17:57 +0000)
committer
Doug Evans
<dje@google.com>
Thu, 6 Sep 2012 17:57:41 +0000
(17:57 +0000)
from previous patch.
gdb/testsuite/gdb.python/py-value.exp
patch
|
blob
|
history
diff --git
a/gdb/testsuite/gdb.python/py-value.exp
b/gdb/testsuite/gdb.python/py-value.exp
index 03dbb2c0717c13cef7423920e030d609950996db..3ece58880b7d47092e81243fb8d76be992b08f05 100644
(file)
--- a/
gdb/testsuite/gdb.python/py-value.exp
+++ b/
gdb/testsuite/gdb.python/py-value.exp
@@
-363,9
+363,6
@@
proc test_value_after_death {} {
# subscript operation to proceed.
proc test_subscript_regression {exefile lang} {
-
- global srcdir subdir
-
# Start with a fresh gdb.
clean_restart ${exefile}
@@
-463,7
+460,6
@@
build_inferior "${binfile}" "c"
build_inferior "${binfile}-cxx" "c++"
# Start with a fresh gdb.
-
clean_restart ${binfile}
# Skip all tests if Python scripting is not enabled.