summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2012-06-24 06:36:26 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2012-06-24 06:36:26 +0000
commitab46e670dc678a8aec1ca01a767d807406754e25 (patch)
treea7753830ab7c08d13bdc046bbfdd2ad3bedd32f4 /gdb/testsuite/gdb.python
parentdc913d9ad2766103977b56ba8c22523a93d141b6 (diff)
downloadgdb-ab46e670dc678a8aec1ca01a767d807406754e25.tar.gz
gdb/testsuite/
Fix regression by the previous commit. * gdb.python/lib-types.exp: Add c++ to the compilation flags.
Diffstat (limited to 'gdb/testsuite/gdb.python')
-rw-r--r--gdb/testsuite/gdb.python/lib-types.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.python/lib-types.exp b/gdb/testsuite/gdb.python/lib-types.exp
index fde0740f2e4..f38ec1c3954 100644
--- a/gdb/testsuite/gdb.python/lib-types.exp
+++ b/gdb/testsuite/gdb.python/lib-types.exp
@@ -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
}