This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[obv] testsuite: gdb.cp/ref-types.exp: Excessive newline
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: gdb-patches at sourceware dot org
- Date: Wed, 2 Jun 2010 23:40:03 +0200
- Subject: [obv] testsuite: gdb.cp/ref-types.exp: Excessive newline
Hi,
there has been now checked-in random
FAIL: gdb.cp/ref-types.exp: print value of rL
Checked-in the fix.
Thanks,
Jan
http://sourceware.org/ml/gdb-cvs/2010-06/msg00019.html
--- src/gdb/testsuite/ChangeLog 2010/06/02 20:03:15 1.2302
+++ src/gdb/testsuite/ChangeLog 2010/06/02 21:38:32 1.2303
@@ -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.
--- src/gdb/testsuite/gdb.cp/ref-types.exp 2010/06/01 18:18:35 1.15
+++ src/gdb/testsuite/gdb.cp/ref-types.exp 2010/06/02 21:38:32 1.16
@@ -254,7 +254,7 @@
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"