From 4196f325308032e069e6ab937b086f9602d21b14 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Fri, 25 May 2012 21:54:16 +0000 Subject: [PATCH] * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update for 'set print symbol' change. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.trace/unavailable.exp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 9b8afca343..c09f5a1d1c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2012-05-25 Maciej W. Rozycki + + * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update + for 'set print symbol' change. + 2012-05-24 Jan Kratochvil * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and diff --git a/gdb/testsuite/gdb.trace/unavailable.exp b/gdb/testsuite/gdb.trace/unavailable.exp index ca2e9eb270..60bb41b7fc 100644 --- a/gdb/testsuite/gdb.trace/unavailable.exp +++ b/gdb/testsuite/gdb.trace/unavailable.exp @@ -475,7 +475,7 @@ proc gdb_collect_globals_test { } { with_test_prefix "collect globals" { "non collected const string is still printable" gdb_test "print g_string_p" \ - " = $hex \"hello world\"" \ + " = $hex \"hello world\"" \ "printing constant string through collected pointer" gdb_test "print g_string_unavail" \ -- 2.34.1