This is the mail archive of the gdb-patches@sources.redhat.com 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]

[commit] gdb.mi/gdb792 is C++ only


FYI,

I checked in this tweak. The test needs C++ so little point in running it otherwize.

Andrew
2003-04-08  Andrew Cagney  <cagney at redhat dot com>

	* gdb792.exp: Skip when C++.

Index: gdb.mi/gdb792.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/gdb792.exp,v
retrieving revision 1.2
diff -u -r1.2 gdb792.exp
--- gdb.mi/gdb792.exp	2 Feb 2003 06:24:04 -0000	1.2
+++ gdb.mi/gdb792.exp	8 Apr 2003 21:47:47 -0000
@@ -21,6 +21,8 @@
 # test gdb/792
 #
 
+if { [skip_cplus_tests] } { continue }
+
 load_lib mi-support.exp
 set MIFLAGS "-i=mi"
 

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