mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
* tuples.exp (do_tests): Make names of "print v_ps" test unique.
This commit is contained in:
parent
973f38b69e
commit
c8de4c8ba6
@ -1,3 +1,7 @@
|
||||
Tue Mar 21 12:10:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* tuples.exp (do_tests): Make names of "print v_ps" test unique.
|
||||
|
||||
Wed Mar 8 13:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* *.exp: Skip all tests silently if skip_chill_tests returns true.
|
||||
|
@ -69,7 +69,7 @@ proc do_tests {} {
|
||||
|
||||
gdb_test_exact "print v_ps" {= [1, 3, 5]}
|
||||
send "set v_ps := \[ 2, 4 \]\n"; expect -re "$prompt $"
|
||||
gdb_test_exact "print v_ps" {= [2, 4]}
|
||||
gdb_test_exact "print v_ps" {= [2, 4]} {v_ps after assignment}
|
||||
gdb_test_exact "print v_ps := \[\]" {= []} {assign [] to v_ps}
|
||||
|
||||
gdb_test_exact "print m_arri\[1, 2, 3, 4, 5\]" {= [(1): 1, (2): 2, (3): 3, (4): 4, (5): 5]}
|
||||
|
Loading…
Reference in New Issue
Block a user