2003-04-08 Andrew Cagney <cagney@redhat.com>
* gdb792.exp: Skip when C++.
This commit is contained in:
parent
fb8f894921
commit
a66624bc3e
2 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -21,6 +21,8 @@
|
|||
# test gdb/792
|
||||
#
|
||||
|
||||
if { [skip_cplus_tests] } { continue }
|
||||
|
||||
load_lib mi-support.exp
|
||||
set MIFLAGS "-i=mi"
|
||||
|
||||
|
|
Loading…
Reference in a new issue