diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-06-02 21:38:32 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-06-02 21:38:32 +0000 |
commit | 3e0ca3a5f8a5cb0db0c1f706c915d3bbb6aab897 (patch) | |
tree | e5488d8dcc4c6cb9c0f74d3af383161f7eeab064 | |
parent | 5c315b68907cbee516094215812012ac65aa0ab0 (diff) | |
download | gdb-3e0ca3a5f8a5cb0db0c1f706c915d3bbb6aab897.zip gdb-3e0ca3a5f8a5cb0db0c1f706c915d3bbb6aab897.tar.gz gdb-3e0ca3a5f8a5cb0db0c1f706c915d3bbb6aab897.tar.bz2 |
gdb/testsuite/
* gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.cp/ref-types.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 096361e..5d12361 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com> + + * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline. + 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com> * gdb.cp/class2.exp: Use gdb_test_no_output. 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" |