OSDN Git Service

2003-04-08 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Tue, 8 Apr 2003 21:48:40 +0000 (21:48 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 8 Apr 2003 21:48:40 +0000 (21:48 +0000)
* gdb792.exp: Skip when C++.

gdb/testsuite/gdb.mi/ChangeLog
gdb/testsuite/gdb.mi/gdb792.exp

index d089462..d2aae78 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-08  Andrew Cagney  <cagney@redhat.com>
+
+       * gdb792.exp: Skip when C++.
+
 2003-02-23  Stephane Carrez  <stcarrez@nerim.fr>
 
        * mi-syn-frame.exp: Don't run this test when gdb,nosignals is set.
index 3fc6df0..8196464 100644 (file)
@@ -21,6 +21,8 @@
 # test gdb/792
 #
 
+if { [skip_cplus_tests] } { continue }
+
 load_lib mi-support.exp
 set MIFLAGS "-i=mi"