diff options
-rw-r--r-- | gdb/testsuite/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.mi/mi2-var-child.exp | 4 |
2 files changed, 0 insertions, 6 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 63b5f7a..e5212be 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -2,8 +2,6 @@ * gdb.mi/var-cmd.c (do_children_tests): Initialize the 'struct_declarations' variable to zeros. - * gdb.mi/mi2-var-child.exp: Step over said - initialization. 2007-09-24 Vladimir Prus <vladimir@codesourcery.com> diff --git a/gdb/testsuite/gdb.mi/mi2-var-child.exp b/gdb/testsuite/gdb.mi/mi2-var-child.exp index 450f508..91ada0f 100644 --- a/gdb/testsuite/gdb.mi/mi2-var-child.exp +++ b/gdb/testsuite/gdb.mi/mi2-var-child.exp @@ -50,10 +50,6 @@ mi_continue_to_line $line_dlt_first_real "step to real start of do_children_test # # ##### ##### -# Step to "weird = &struct_declarations;" -set line_dct_weird [gdb_get_line_number "weird = &struct_declarations;"] -mi_next_to do_children_tests {} {.*var-cmd.c} \ - $line_dct_weird "step to line \$line_dct_weird" # Test: c_variable-4.2 # Desc: create variable "struct_declarations" |