OSDN Git Service

2003-02-28 Martin M. Hunt <hunt@redhat.com>
authorMartin Hunt <hunt@redhat.com>
Sat, 1 Mar 2003 04:50:33 +0000 (04:50 +0000)
committerMartin Hunt <hunt@redhat.com>
Sat, 1 Mar 2003 04:50:33 +0000 (04:50 +0000)
* c_variable.test: Fix result for 6.22.

gdb/testsuite/gdb.gdbtk/ChangeLog
gdb/testsuite/gdb.gdbtk/c_variable.test

index 5a1ae2d..1099ce4 100644 (file)
@@ -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
index 19dde88..625ac7c 100644 (file)
@@ -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