summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.gdbtk
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.gdbtk')
-rw-r--r--gdb/testsuite/gdb.gdbtk/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.gdbtk/c_variable.test2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.gdbtk/ChangeLog b/gdb/testsuite/gdb.gdbtk/ChangeLog
index 5a1ae2d9d03..1099ce4c317 100644
--- a/gdb/testsuite/gdb.gdbtk/ChangeLog
+++ b/gdb/testsuite/gdb.gdbtk/ChangeLog
@@ -1,3 +1,7 @@
+2003-02-28 Martin M. Hunt <hunt@redhat.com>
+
+ * c_variable.test: Fix result for 6.22.
+
2003-02-27 Martin M. Hunt <hunt@redhat.com>
* cpp_variable.test: Major changes required because varobj_update
diff --git a/gdb/testsuite/gdb.gdbtk/c_variable.test b/gdb/testsuite/gdb.gdbtk/c_variable.test
index 19dde884fe7..625ac7c017d 100644
--- a/gdb/testsuite/gdb.gdbtk/c_variable.test
+++ b/gdb/testsuite/gdb.gdbtk/c_variable.test
@@ -1686,7 +1686,7 @@ gdbtk_test c_variable-6.22 {type of weird and children} {
}
set types
-} {{struct _struct_decl *} {char *} char {void (*)(void)} {struct _struct_decl *(*)(int, char *, long int)} {struct _struct_decl (*)(int, char *, long int)} {int **} int {long int [10]} {long int} struct union}
+} {{weird_struct *} {char *} char {void (*)(void)} {struct _struct_decl *(*)(int, char *, long int)} {struct _struct_decl (*)(int, char *, long int)} {int **} int {long int [10]} {long int} struct union}
# Test: c_variable-6.23
# Desc: change format of weird.func_ptr and weird.func_ptr_ptr