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

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