From 1c06bd587ec3d6fc1c8a28aafd05c54aa41ec57d Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sun, 24 Jun 2012 06:36:27 +0000 Subject: [PATCH] gdb/testsuite/ Fix regression by the previous commit. * gdb.python/lib-types.exp: Add c++ to the compilation flags. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.python/lib-types.exp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 7f53b84ce63..bd572f887cf 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2012-06-24 Jan Kratochvil + + Fix regression by the previous commit. + * gdb.python/lib-types.exp: Add c++ to the compilation flags. + 2012-06-22 Tom Tromey * gdb.python/lib-types.exp: Use standard_testfile, 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 } -- 2.30.2