gdb/testsuite/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 24 Jun 2012 06:36:27 +0000 (06:36 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 24 Jun 2012 06:36:27 +0000 (06:36 +0000)
Fix regression by the previous commit.
* gdb.python/lib-types.exp: Add c++ to the compilation flags.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/lib-types.exp

index 7f53b84ce63506ef9790d2df15fc051b2b78893b..bd572f887cfae9c6daa6b1e06851777568f130a6 100644 (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,
index fde0740f2e4174e93d1926cad475851ff483f21b..f38ec1c3954d039f27fba88dd99c620afa88bed3 100644 (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
 }