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]

FYI: fix test case name


I'm checking this in.

While diffing some log files I noticed a test that got renamed to
"pass".

Fixed as appended.

Tom

2010-07-02  Tom Tromey  <tromey@redhat.com>

	* gdb.base/bitops.exp: Remove extraneous "pass".

Index: gdb.base/bitops.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/bitops.exp,v
retrieving revision 1.10
diff -u -r1.10 bitops.exp
--- gdb.base/bitops.exp	26 May 2010 18:05:25 -0000	1.10
+++ gdb.base/bitops.exp	2 Jul 2010 19:10:20 -0000
@@ -100,7 +100,7 @@
     "print value of 0 || 1 && 0 | 0 ^ 0 == 8 > 128 >>1 +2 *2"
 
 gdb_test "print 1.0 || 0" ".\[0-9\]* = 1" \
-        pass "print value of 1.0 || 0"
+    "print value of 1.0 || 0"
 
 gdb_test "print 0.0 || 1.0" ".\[0-9\]* = 1" \
     "print value of 0.0 || 1.0"


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