diff options
author | Michael Chastain <mec@google.com> | 2004-03-09 17:34:39 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2004-03-09 17:34:39 +0000 |
commit | c7414a01d5a3a5ab881607cde028f3d6bb9ed860 (patch) | |
tree | c6e1532267eae12b15619bba28231d9c8213884a /gdb/testsuite/gdb.cp/classes.exp | |
parent | ed69573cd5b6e7bd983f023088bf8cc527f5f90c (diff) | |
download | gdb-c7414a01d5a3a5ab881607cde028f3d6bb9ed860.zip gdb-c7414a01d5a3a5ab881607cde028f3d6bb9ed860.tar.gz gdb-c7414a01d5a3a5ab881607cde028f3d6bb9ed860.tar.bz2 |
2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
From Corinna Vinschen with modifications.
* gdb.cp/classes.cc (enums1): Add a line to extend scope of
local variable obj_with_enum.
* gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
results with obj_with_enum.
Diffstat (limited to 'gdb/testsuite/gdb.cp/classes.exp')
-rw-r--r-- | gdb/testsuite/gdb.cp/classes.exp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/testsuite/gdb.cp/classes.exp b/gdb/testsuite/gdb.cp/classes.exp index 27abe0d..0b723e5 100644 --- a/gdb/testsuite/gdb.cp/classes.exp +++ b/gdb/testsuite/gdb.cp/classes.exp @@ -633,11 +633,6 @@ proc test_enums {} { gdb_test "next" "" - # TODO: with gcc HEAD 2003-12-28 21:08:30 UTC -gdwarf-2, - # gdb says that obj_with_enum is out of scope here and the - # tests after this FAIL. This needs investigation. - # -- chastain 2003-12-30 - # print the object again gdb_test "print obj_with_enum" \ |