aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp/ref-types.exp
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2010-06-02 21:38:32 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2010-06-02 21:38:32 +0000
commit3e0ca3a5f8a5cb0db0c1f706c915d3bbb6aab897 (patch)
treee5488d8dcc4c6cb9c0f74d3af383161f7eeab064 /gdb/testsuite/gdb.cp/ref-types.exp
parent5c315b68907cbee516094215812012ac65aa0ab0 (diff)
downloadgdb-3e0ca3a5f8a5cb0db0c1f706c915d3bbb6aab897.zip
gdb-3e0ca3a5f8a5cb0db0c1f706c915d3bbb6aab897.tar.gz
gdb-3e0ca3a5f8a5cb0db0c1f706c915d3bbb6aab897.tar.bz2
gdb/testsuite/
* gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
Diffstat (limited to 'gdb/testsuite/gdb.cp/ref-types.exp')
-rw-r--r--gdb/testsuite/gdb.cp/ref-types.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/ref-types.exp b/gdb/testsuite/gdb.cp/ref-types.exp
index 9f135d6..a28541d 100644
--- a/gdb/testsuite/gdb.cp/ref-types.exp
+++ b/gdb/testsuite/gdb.cp/ref-types.exp
@@ -254,7 +254,7 @@ gdb_test_multiple "print rUS" "print value of rUS" {
gdb_test "print rI" ".\[0-9\]* = \\(int &\\) @$hex: 102" \
pass "print value of rI"
-gdb_test "print rUI\n" \
+gdb_test "print rUI" \
".\[0-9\]* = \\(unsigned int &\\) @$hex: 1002" \
pass "print value of UI"