diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/structs2.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/structs2.exp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/testsuite/gdb.base/structs2.exp b/gdb/testsuite/gdb.base/structs2.exp index 8439c92ab3a..d2af02c0fd8 100644 --- a/gdb/testsuite/gdb.base/structs2.exp +++ b/gdb/testsuite/gdb.base/structs2.exp @@ -17,9 +17,6 @@ if $tracelevel then { strace $tracelevel } -set prms_id 0 -set bug_id 0 - set prototypes 1 set testfile "structs2" set srcfile ${testfile}.c @@ -56,9 +53,6 @@ if { ![runto_main] } then { # Ok, we're finally ready to actually do our tests. -set prms_id 13536 -set bug_id 0 - gdb_test "f" \ ".*bkpt = 0.*" \ "structs2 sanity check" |