mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 07:53:51 +08:00
gdb/testsuite/
Fix regression by the previous commit. * gdb.python/lib-types.exp: Add c++ to the compilation flags.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
Fix regression by the previous commit.
|
||||
* gdb.python/lib-types.exp: Add c++ to the compilation flags.
|
||||
|
||||
2012-06-22 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* gdb.python/lib-types.exp: Use standard_testfile,
|
||||
|
@ -20,7 +20,7 @@ load_lib gdb-python.exp
|
||||
|
||||
standard_testfile .cc
|
||||
|
||||
if {[prepare_for_testing $testfile.exp $testfile $srcfile debug]} {
|
||||
if {[prepare_for_testing $testfile.exp $testfile $srcfile {debug c++}]} {
|
||||
return -1
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user