diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 5b5aee3517..c32c048cb2 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2011-12-23 Jan Kratochvil + + * gdb.linespec/linespec.exp: Compile using {c++}. + 2011-12-23 Jan Kratochvil * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt. diff --git a/gdb/testsuite/gdb.linespec/linespec.exp b/gdb/testsuite/gdb.linespec/linespec.exp index 440233a5d1..85330321d4 100644 --- a/gdb/testsuite/gdb.linespec/linespec.exp +++ b/gdb/testsuite/gdb.linespec/linespec.exp @@ -30,7 +30,7 @@ if {[skip_cplus_tests]} { if {[prepare_for_testing ${testfile}.exp $exefile \ [list lspec.cc $baseone $basetwo] \ - {debug nowarnings}]} { + {debug nowarnings c++}]} { return -1 }