diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-06-24 06:36:27 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-06-24 06:36:27 +0000 |
commit | 1c06bd587ec3d6fc1c8a28aafd05c54aa41ec57d (patch) | |
tree | 7145b658e7db371bd9ad5b7d3f276937da41da8a /gdb/testsuite/gdb.python | |
parent | d3e9f07561d8b026a0148c98d7b246700eb1eb15 (diff) | |
download | fsf-binutils-gdb-1c06bd587ec3d6fc1c8a28aafd05c54aa41ec57d.zip fsf-binutils-gdb-1c06bd587ec3d6fc1c8a28aafd05c54aa41ec57d.tar.gz fsf-binutils-gdb-1c06bd587ec3d6fc1c8a28aafd05c54aa41ec57d.tar.bz2 |
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.exp | 2 |
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 fde0740..f38ec1c 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 } |