gdb/testsuite/

Fix regression by the previous commit.
	* gdb.python/lib-types.exp: Add c++ to the compilation flags.
This commit is contained in:
Jan Kratochvil
2012-06-24 06:36:27 +00:00
parent d3e9f07561
commit 1c06bd587e
2 changed files with 6 additions and 1 deletions

View File

@ -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,

View File

@ -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
}