diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2012-05-25 21:54:16 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2012-05-25 21:54:16 +0000 |
commit | 4196f325308032e069e6ab937b086f9602d21b14 (patch) | |
tree | 68b0dfb6f3b319cf2231c8006090835edf5a6d8a /gdb/testsuite/gdb.trace/unavailable.exp | |
parent | bbf96e4eef9eddce8e421bf9a004e7916c5ef95d (diff) | |
download | gdb-4196f325308032e069e6ab937b086f9602d21b14.zip gdb-4196f325308032e069e6ab937b086f9602d21b14.tar.gz gdb-4196f325308032e069e6ab937b086f9602d21b14.tar.bz2 |
* gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
for 'set print symbol' change.
Diffstat (limited to 'gdb/testsuite/gdb.trace/unavailable.exp')
-rw-r--r-- | gdb/testsuite/gdb.trace/unavailable.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.trace/unavailable.exp b/gdb/testsuite/gdb.trace/unavailable.exp index ca2e9eb..60bb41b 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 <g_const_string> \"hello world\"" \ "printing constant string through collected pointer" gdb_test "print g_string_unavail" \ |