This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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"
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]