2003-04-08 Andrew Cagney <cagney@redhat.com>

* gdb792.exp: Skip when C++.
This commit is contained in:
Andrew Cagney 2003-04-08 21:48:40 +00:00
parent fb8f894921
commit a66624bc3e
2 changed files with 6 additions and 0 deletions

View 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.

View file

@ -21,6 +21,8 @@
# test gdb/792
#
if { [skip_cplus_tests] } { continue }
load_lib mi-support.exp
set MIFLAGS "-i=mi"