gdb/testsuite/
* gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user