gdb/testsuite/

* gdb.linespec/linespec.exp: Compile using {c++}.
This commit is contained in:
Jan Kratochvil 2011-12-24 23:54:20 +00:00
parent 3a1ff800f1
commit da8cb7ec98
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
* gdb.linespec/linespec.exp: Compile using {c++}.
2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
* gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.

View File

@ -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
}