diff options
Diffstat (limited to 'gdb/testsuite/gdb.chill/tuples.exp')
-rw-r--r-- | gdb/testsuite/gdb.chill/tuples.exp | 2 |
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]} |