aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.chill/tuples.exp
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1995-03-21 20:11:37 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1995-03-21 20:11:37 +0000
commitc8de4c8ba6d16ec6c8aaa7bb58cc964e37f9823e (patch)
treea11b33e88c347a662146676b11c79733f20617a2 /gdb/testsuite/gdb.chill/tuples.exp
parent973f38b69ec04251269ef47fbf953997f1080613 (diff)
downloadgdb-c8de4c8ba6d16ec6c8aaa7bb58cc964e37f9823e.zip
gdb-c8de4c8ba6d16ec6c8aaa7bb58cc964e37f9823e.tar.gz
gdb-c8de4c8ba6d16ec6c8aaa7bb58cc964e37f9823e.tar.bz2
* tuples.exp (do_tests): Make names of "print v_ps" test unique.
Diffstat (limited to 'gdb/testsuite/gdb.chill/tuples.exp')
-rw-r--r--gdb/testsuite/gdb.chill/tuples.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.chill/tuples.exp b/gdb/testsuite/gdb.chill/tuples.exp
index 9f7c747..ac15350 100644
--- a/gdb/testsuite/gdb.chill/tuples.exp
+++ b/gdb/testsuite/gdb.chill/tuples.exp
@@ -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]}