]> Git Repo - binutils.git/commitdiff
2003-04-08 Andrew Cagney <[email protected]>
authorAndrew Cagney <[email protected]>
Tue, 8 Apr 2003 21:48:40 +0000 (21:48 +0000)
committerAndrew Cagney <[email protected]>
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 d08946276c9eb7311e70ca2f78b09e5fedd75905..d2aae785bb482f0f973e262a71319a191a807e1e 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-08  Andrew Cagney  <[email protected]>
+
+       * gdb792.exp: Skip when C++.
+
 2003-02-23  Stephane Carrez  <[email protected]>
 
        * mi-syn-frame.exp: Don't run this test when gdb,nosignals is set.
index 3fc6df00ab48e23126bcdb20f4fceabebe4bca92..8196464e647065e1c6ce99cb4fd7dec6958302df 100644 (file)
@@ -21,6 +21,8 @@
 # test gdb/792
 #
 
+if { [skip_cplus_tests] } { continue }
+
 load_lib mi-support.exp
 set MIFLAGS "-i=mi"
 
This page took 0.030673 seconds and 4 git commands to generate.