* gdb.dwarf2/clztest.exp: Fix initialization of tests array.
* gdb.dwarf2/typeddwarf.exp: Ditto.
This commit is contained in:
parent
1b045aac31
commit
24ece742a0
@ -1,3 +1,8 @@
|
||||
2011-09-12 Doug Evans <dje@google.com>
|
||||
|
||||
* gdb.dwarf2/clztest.exp: Fix initialization of tests array.
|
||||
* gdb.dwarf2/typeddwarf.exp: Ditto.
|
||||
|
||||
2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
Fix compatibility with x32 arch.
|
||||
|
@ -35,9 +35,9 @@ if ![runto_main] {
|
||||
return -1
|
||||
}
|
||||
|
||||
global tests
|
||||
set tests(_) -
|
||||
unset tests(_)
|
||||
# Initialize tests to be an empty array.
|
||||
unset -nocomplain tests
|
||||
array set tests {}
|
||||
|
||||
proc gdb-test {line var value} {
|
||||
global tests
|
||||
|
@ -39,9 +39,9 @@ if ![runto_main] {
|
||||
return -1
|
||||
}
|
||||
|
||||
global tests
|
||||
set tests(_) -
|
||||
unset tests(_)
|
||||
# Initialize tests to be an empty array.
|
||||
unset -nocomplain tests
|
||||
array set tests {}
|
||||
|
||||
proc gdb-test {line var value} {
|
||||
global tests
|
||||
|
Loading…
Reference in New Issue
Block a user