gdb/testsuite/

* gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
This commit is contained in:
Jan Kratochvil
2010-06-02 21:38:32 +00:00
parent 5c315b6890
commit 3e0ca3a5f8
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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.
+1 -1
View File
@@ -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"