aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/pretty-print.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.base/pretty-print.exp')
-rw-r--r--gdb/testsuite/gdb.base/pretty-print.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.base/pretty-print.exp b/gdb/testsuite/gdb.base/pretty-print.exp
index 91e685e..02400e7 100644
--- a/gdb/testsuite/gdb.base/pretty-print.exp
+++ b/gdb/testsuite/gdb.base/pretty-print.exp
@@ -36,12 +36,12 @@ gdb_test "print s1" \
" two = 2," \
" data = {" \
" {" \
- " three = 3," \
- " four = 3" \
+ " three = 7," \
+ " four = -1" \
" }," \
" {" \
- " five = -3," \
- " six = 5" \
+ " five = -1," \
+ " six = 15" \
" }" \
" }" \
"}" ]